-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.63 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "la-toolkit-backend",
"private": true,
"version": "1.6.0",
"description": "LA Toolkit Backend",
"keywords": [],
"dependencies": {
"@sailshq/connect-redis": "^3.2.1",
"@sailshq/lodash": "^3.10.3",
"@sailshq/socket.io-redis": "^5.2.0",
"archiver": "^5.3.0",
"ava": "^3.15.0",
"bent": "^7.3.12",
"connect-mongo": "1.1.0",
"csvtojson": "^2.0.10",
"execution-time": "^1.4.1",
"fast-xml-parser": "^3.20.0",
"find-pid-from-port": "^0.1.0",
"follow-redirects": "^1.13.3",
"grunt": "1.0.4",
"ico-to-png": "^0.2.1",
"js-base64": "^3.6.0",
"meta-extractor": "^2.1.0",
"node-cache": "^5.1.2",
"object-mapper": "^6.2.0",
"pkill": "^2.0.0",
"read-ini-file": "^3.0.1",
"sails": "^1.4.2",
"sails-hook-grunt": "^4.0.0",
"sails-hook-orm": "^3.0.2",
"sails-hook-sockets": "^2.0.1",
"sails-mongo": "^1.2.0",
"tmp": "^0.2.1",
"tree-kill": "^1.2.2",
"url-parse": "^1.5.1",
"validator": "^13.5.2",
"wait-on": "^5.3.0",
"write-yaml-file": "^4.2.0"
},
"devDependencies": {
"eslint": "5.16.0"
},
"scripts": {
"start": "NODE_ENV=production node app.js",
"test": "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": "ava"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/vjrj/la-toolkit-backend.git"
},
"author": "vjrj",
"license": "",
"engines": {
"node": "^10.20"
},
"ava": {
"files": [
"tests/**/*"
]
}
}