-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.08 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.08 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
{
"name": "myservice",
"version": "1.0.0",
"description": "Progetto di ingegneria del software 2, web API",
"main": "index.js",
"scripts": {
"test": "jest --detectOpenHandles",
"start": "node index.js",
"start_local": "node -r dotenv/config index.js"
},
"jest": {
"verbose": true,
"collectCoverage": true
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.0",
"bootstrap": "^5.2.0-beta1",
"bootstrap-icons": "^1.8.2",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"fopen": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.3.3",
"popper.js": "^1.16.1",
"swagger-ui-express": "^4.3.0",
"v8-to-istanbul": "^9.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/valegr8/api_project.git"
},
"bugs": {
"url": "https://github.com/valegr8/api_project/issues"
},
"homepage": "https://github.com/valegr8/api_project#readme",
"devDependencies": {
"@types/jest": "^27.5.1",
"jest": "^26.6.3",
"node-fetch": "^3.2.4",
"supertest": "^6.2.3"
}
}