-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 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
41
42
{
"name": "sentinel-api",
"version": "1.0.0",
"description": "Sentinel's API",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "sudo node index.js",
"test": "jest --verbose --runInBand",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sentinel-PaaS/sentinel-api.git"
},
"author": "Drew Sessler, Brendan Leal, Sam Lipari, and Michael Fatigati",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sentinel-PaaS/sentinel-api/issues"
},
"homepage": "https://github.com/Sentinel-PaaS/sentinel-api#readme",
"dependencies": {
"axios": "^0.26.1",
"bcryptjs": "^2.4.3",
"dockerode": "^3.3.1",
"express": "^4.17.3",
"express-fileupload": "^1.3.1",
"fs": "^0.0.1-security",
"ini": "^2.0.0",
"node-ansible": "^0.5.5",
"nodemon": "^2.0.15"
},
"devDependencies": {
"jest": "^27.5.1",
"supertest": "^6.2.2"
},
"jest": {
"testEnvironment": "node"
}
}