-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1013 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "collabstreamers-api-picpay",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon src/index.js",
"build": "sucrase ./src -d ./dist --transforms imports",
"test": "mocha --require sucrase/register ./test/**/*.js"
},
"author": "CollabCode",
"license": "MPL-2.0",
"dependencies": {
"app-root-path": "^2.2.1",
"chai": "^4.2.0",
"dotenv": "^8.2.0",
"helmet": "^3.21.1",
"mocha": "^6.2.2",
"mongoose": "^5.7.5",
"morgan": "^1.9.1",
"restify": "^8.4.0",
"saslprep": "^1.0.3",
"supertest": "^4.0.2",
"winston": "^3.2.1"
},
"devDependencies": {
"eslint": "^6.5.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.1",
"husky": "^3.0.9",
"lint-staged": "^9.4.2",
"nodemon": "^1.19.4",
"prettier": "^1.18.2",
"pretty-quick": "^2.0.0",
"sucrase": "^3.10.1"
}
}