-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.24 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
47
{
"name": "bunny-code",
"version": "1.0.0",
"description": "Appwork school final individual project",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test mocha --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/domingo1021/Bunny-code.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/domingo1021/Bunny-code/issues"
},
"homepage": "https://github.com/domingo1021/Bunny-code#readme",
"dependencies": {
"@influxdata/influxdb-client": "^1.29.0",
"@influxdata/influxdb-client-apis": "^1.29.0",
"aws-sdk": "^2.1209.0",
"bcrypt": "^5.0.1",
"chai": "^4.3.6",
"chai-http": "^4.3.0",
"cors": "^2.8.5",
"deep-equal-in-any-order": "^2.0.0",
"dotenv": "^16.0.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"express": "^4.18.1",
"express-validator": "^6.14.2",
"jsonwebtoken": "^8.5.1",
"mocha": "^10.0.0",
"multer": "^1.4.5-lts.1",
"mysql2": "^2.3.3",
"prettier": "^2.7.1",
"redis": "^4.3.1",
"socket.io": "^4.5.1"
},
"devDependencies": {
"eslint": "^8.23.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0"
}
}