-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 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": "slr-api",
"version": "0.1.0",
"description": "SLR API",
"scripts": {
"start": "node src/server.js",
"test": "jest --verbose --detectOpenHandles --forceExit",
"devstart": "nodemon src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TrentoCrowdAI/slr-api.git"
},
"author": "Jorge Ramírez",
"license": "ISC",
"bugs": {
"url": "https://github.com/TrentoCrowdAI/slr-api/issues"
},
"homepage": "https://github.com/TrentoCrowdAI/slr-api#readme",
"dependencies": {
"abort-controller": "^3.0.0",
"ajv": "^6.10.0",
"async-csv": "^2.0.1",
"body-parser": "^1.18.3",
"boom": "^7.3.0",
"csv": "^5.1.1",
"dotenv": "^7.0.0",
"express": "^4.17.3",
"fast-xml-parser": "^3.12.16",
"fetch-headers": "^2.0.0",
"filereader": "^0.10.3",
"fs": "0.0.1-security",
"gmail-send": "^1.2.14",
"google-auth-library": "^4.0.0",
"jest": "^24.3.1",
"multer": "^1.4.1",
"node-fetch": "^2.3.0",
"path": "^0.12.7",
"pg": "^7.8.2",
"promise-retry": "^1.1.1",
"readline": "^1.3.0",
"supertest": "^3.4.2",
"util": "^0.11.1"
},
"devDependencies": {
"nodemon": "^1.18.10"
}
}