-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 989 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
39
40
{
"name": "api-rest-ballebot",
"version": "1.0.0",
"description": "api for ballerini server bot",
"main": "src/app.js",
"type": "module",
"scripts": {
"dev": "nodemon src/app.js"
},
"author": "tauzxd",
"license": "MIT",
"dependencies": {
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^10.0.0",
"express": "^4.17.2",
"express-rate-limit": "^6.0.5",
"express-winston": "^4.2.0",
"fs": "^0.0.1-security",
"https": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"sqlite": "^4.0.23",
"sqlite3": "^5.0.2",
"uuid": "^8.3.2",
"winston": "^3.4.0"
},
"devDependencies": {
"eslint": "^8.6.0",
"eslint-config-airbnb": "^19.0.4",
"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.15",
"prettier": "^2.5.1"
},
"peerDependencies": {
"eslint-config-airbnb-base": "^15.0.0"
}
}