-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 1.1 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
{
"name": "scout-mvp",
"private": true,
"version": "0.0.1",
"description": "The Scout Project",
"keywords": [],
"dependencies": {
"@sailshq/connect-redis": "3.2.1",
"@sailshq/lodash": "3.10.3",
"@sailshq/socket.io-redis": "5.2.0",
"connect-mongodb-session": "3.1.1",
"csv-string": "^4.1.0",
"gm": "^1.25.0",
"grunt": "1.5.3",
"image-size": "^1.0.2",
"moment": "^2.29.4",
"readline-sync": "1.4.10",
"sails": "1.5.7",
"sails-hook-grunt": "5.0.0",
"sails-hook-orm": "4.0.0",
"sails-hook-sockets": "2.0.0",
"sails-mongo": "2.0.0",
"winston": "^3.8.2"
},
"devDependencies": {
"eslint": "5.16.0"
},
"scripts": {
"start": "NODE_ENV=production node app.js",
"test": "npm run lint && npm run custom-tests && echo 'Done.'",
"lint": "./node_modules/eslint/bin/eslint.js . --max-warnings=0 --report-unused-disable-directives && echo '✔ Your .js files look good.'",
"custom-tests": "echo \"(No other custom tests yet.)\" && echo"
},
"main": "app.js",
"author": "admin",
"license": "",
"engines": {
"node": "16.16"
}
}