generated from BloomTech-Labs/template-be
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 1.04 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
{
"name": "where-to-code",
"version": "0.0.0",
"description": "Labs PT",
"main": "index.js",
"scripts": {
"start": "node index.js",
"server": "nodemon index.js",
"test": "cross-env ENVIRONMENT=testing jest --watchAll --verbose"
},
"repository": "https://github.com/Lambda-School-Labs/where-to-code-be.git",
"author": "MrT3313 <rturgeon13@gmail.com>",
"license": "MIT",
"dependencies": {
"@googlemaps/google-maps-services-js": "^2.3.1",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"cross-env": "^7.0.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"helmet": "^3.21.2",
"jsonwebtoken": "^8.5.1",
"knex": "^0.19.5",
"knex-cleaner": "^1.3.0",
"morgan": "^1.9.1",
"nesthydrationjs": "^2.0.0",
"pg": "^7.12.1",
"speedtest-net": "^1.5.1"
},
"devDependencies": {
"jest": "^25.1.0",
"nodemon": "^1.19.4",
"supertest": "^4.0.2"
}
}