-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 947 Bytes
/
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
{
"name": "lambda-network-api",
"version": "1.0.0",
"description": "API for the webPT16 group Lambda Network App",
"main": "index.js",
"scripts": {
"test": "jest --watch --verbose",
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WebPT16/lambda-network-api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/WebPT16/lambda-network-api/issues"
},
"homepage": "https://github.com/WebPT16/lambda-network-api#readme",
"dependencies": {
"bcrypt": "^5.0.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-jwt": "^6.0.0",
"faker": "^4.1.0",
"jest": "^26.1.0",
"jwks-rsa": "^1.8.1",
"knex": "^0.21.2",
"moment": "^2.27.0",
"nodemon": "^2.0.4",
"pg": "^8.3.0",
"supertest": "^4.0.2",
"uuid-1345": "^1.0.2"
},
"jest": {
"testEnvironment": "node"
}
}