-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 840 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 840 Bytes
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": "tools",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon ./src"
},
"keywords": [],
"author": "Joaquin Centurion",
"license": "ISC",
"dependencies": {
"axios": "^1.3.6",
"cors": "^2.8.5",
"dns": "^0.2.2",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"helmet": "^6.1.5",
"joi": "^17.9.2",
"morgan": "^1.10.0",
"querystring": "^0.2.1",
"xss-clean": "^0.1.1"
},
"devDependencies": {
"eslint": "^8.39.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-security": "^1.7.1",
"jest": "^29.5.0",
"nodemon": "^2.0.22",
"prettier": "^2.8.8"
}
}