-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 860 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 860 Bytes
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
{
"name": "BEDeforestation",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"server": "nodemon server.js",
"start": "node server.js",
"test": "jest --watchAll"
},
"repository": "https://github.com/build-deforestation-application/BE_Deforestation.git",
"author": "<tom@edgegluer.com>",
"license": "MIT",
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"helmet": "^3.21.1",
"jest": "^24.9.0",
"jsonwebtoken": "^8.5.1",
"knex": "^0.19.5",
"morgan": "^1.9.1",
"nodemon": "^1.19.4",
"pg": "^7.12.1",
"router": "^1.3.3",
"server": "^1.0.19",
"sqlite3": "^4.1.0",
"yarn": "^1.19.1"
},
"devDependencies": {
"supertest": "^4.0.2"
},
"jest": {
"testEnvirnoment": "node"
}
}