-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.51 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.51 KB
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
{
"name": "send-file-secure-back",
"private": true,
"version": "0.0.1",
"description": "a Sails application",
"keywords": [],
"dependencies": {
"@sailshq/connect-redis": "^3.2.1",
"@sailshq/lodash": "^3.10.3",
"@sailshq/socket.io-redis": "^5.2.0",
"axios": "^0.19.2",
"bcrypt": "^5.0.0",
"dotenv": "^8.2.0",
"express-jwt": "^6.0.0",
"fs": "^0.0.1-security",
"ipfs-http-client": "44.2.0",
"jsonwebtoken": "^8.5.1",
"node-rsa": "^1.0.8",
"nodejs-base64-encode": "^1.1.0",
"nodemailer": "6.4.8",
"qrcode": "^1.4.4",
"sails": "^1.4.3",
"sails-hook-apianalytics": "^2.0.3",
"sails-hook-organics": "^2.0.0",
"sails-hook-orm": "^3.0.2",
"sails-hook-sockets": "^2.0.0",
"sails-mysql": "1.0.1",
"sha256": "^0.2.0",
"url": "^0.11.0",
"util": "^0.12.3"
},
"devDependencies": {
"eslint": "5.16.0",
"mocha": "^8.4.0",
"supertest": "^6.1.3"
},
"scripts": {
"start": "NODE_ENV=production node app.js",
"test": "node ./node_modules/mocha/bin/mocha test/lifecycle.test.js test/integration/**/*.test.js",
"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",
"repository": {
"type": "git",
"url": "git://github.com/sitrack/send-file-secure-back.git"
},
"author": "sitrack",
"license": "",
"engines": {
"node": "^10.19"
}
}