-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.04 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
{
"name": "om-services",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "NODE_ENV=development npm start",
"devmon": "NODE_ENV=development nodemon start",
"test": "mocha",
"watch": "npm-watch"
},
"watch": {
"test": "test"
},
"dependencies": {
"async": "^3.2.0",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"debug": "^4.3.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"knox-s3": "^0.9.5",
"mocha": "^8.3.2",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"mongoose": "^5.12.2",
"mongoose-count-and-find": "^1.0.0",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"node-sass": "^5.0.0",
"node-sass-middleware": "0.11.0",
"paypal-rest-sdk": "^1.8.1",
"pug": "^3.0.2",
"serve-favicon": "^2.5.0",
"sha256": "^0.2.0",
"should": "^13.2.3",
"superagent": "^6.1.0"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^7.22.0",
"npm-watch": "^0.9.0"
}
}