-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.22 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
37
38
39
40
41
42
43
44
45
46
{
"name": "cs__citybikes__backprocessor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon server",
"serve": "node server.js",
"mock-data": "nodemon script_mock_data",
"lint": "eslint ./",
"prettier": "eslint . --fix"
},
"gitHooks": {
"pre-commit": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeanneleparc/CS__citybikes__backProcessor.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jeanneleparc/CS__citybikes__backProcessor/issues"
},
"homepage": "https://github.com/jeanneleparc/CS__citybikes__backProcessor#readme",
"dependencies": {
"amqplib": "^0.8.0",
"express": "^4.17.1",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"mongoose": "^6.0.12",
"node-cron": "^3.0.0",
"xhr2": "^0.2.1"
},
"devDependencies": {
"eslint": "^8.6.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"nodemon": "^2.0.14",
"prettier": "^2.5.1",
"yorkie": "^2.0.0"
}
}