-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.14 KB
/
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
40
41
42
43
44
45
46
47
48
{
"name": "cost-manager",
"version": "0.0.1",
"private": true,
"description": "New Swagger API Project",
"keywords": [],
"author": "",
"license": "",
"main": "app.js",
"dependencies": {
"@types/swagger-express-mw": "^0.7.0",
"bcrypt": "^1.0.2",
"bcrypt-as-promised": "^1.1.0",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"express": "^4.15.2",
"istanbul": "^0.4.5",
"jsonwebtoken": "^7.3.0",
"knex": "^0.12.8",
"node-fetch": "^1.6.3",
"pg": "^6.1.5",
"should": "^7.1.1",
"swagger-express-mw": "^0.1.0",
"yelp": "^1.0.2"
},
"devDependencies": {
"bcrypt": "^1.0.2",
"bcrypt-as-promised": "^1.1.0",
"chai": "^3.5.0",
"chai-date-string": "^0.1.0",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"jsonwebtoken": "^7.3.0",
"mocha": "^3.4.1",
"module-header": "^0.5.0",
"node-fetch": "^1.6.3",
"nyc": "^10.2.0",
"pg": "^6.1.5",
"should": "^7.1.1",
"supertest": "^1.2.0",
"yelp": "^1.0.2"
},
"scripts": {
"heroku-postbuild": "knex migrate:latest",
"start": "node app.js",
"test": "node_modules/mocha/bin/mocha"
}
}