-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 968 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
{
"name": "lake-afton-api",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"startdev": "node ./node_modules/nodemon/bin/nodemon start",
"test": "node ./node_modules/mocha/bin/mocha --recursive"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"debug": "^4.3.1",
"dotenv": "^8.0.0",
"express": "~4.17.3",
"moment-timezone": "^0.5.26",
"morgan": "^1.9.1",
"node-fetch": "^2.6.7",
"p-memoize": "^3.1.0",
"python-shell": "^1.0.7",
"suncalc": "^1.8.0"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eslint": "^6.8.0",
"eslint-config-google": "^0.13.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"mocha": "^10.2.0",
"nodemon": "^2.0.20",
"supertest": "^4.0.2"
}
}