-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.2 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
48
49
50
51
52
{
"name": "nodemanten",
"version": "0.0.1",
"description": "my weeding's server side",
"main": "bin/index.js",
"scripts": {
"start": "node bin/index.js",
"dev": "npx nodemon bin/index.js",
"lint": "npx eslint bin",
"lintfix": "npm run lint -- --fix",
"pm2": "pm2 start processes.json --no-daemon"
},
"keywords": [
"manten",
"weeding"
],
"author": "Imam Syuhada",
"license": "ISC",
"devDependencies": {
"eslint": "^8.7.0",
"nodemon": "^2.0.15",
"pre-commit": "^1.2.2"
},
"volta": {
"node": "14.18.3"
},
"dependencies": {
"body-parser": "^1.19.1",
"dotenv": "^14.2.0",
"express": "^4.17.2",
"express-brute": "^1.0.1",
"express-brute-mongoose": "^1.1.0",
"express-rate-limit": "^6.2.0",
"helmet": "^5.0.2",
"http": "0.0.1-security",
"joi": "^17.5.0",
"method-override": "^3.0.0",
"moment-timezone": "^0.5.34",
"mongoose": "^6.1.7",
"morgan": "^1.10.0",
"node-telegram-bot-api": "^0.56.0",
"pretty-logger": "^0.1.2",
"rate-limit-mongo": "^2.3.2",
"swagger-jsdoc": "^6.1.0",
"swagger-ui-express": "^4.3.0",
"uuid": "^8.3.2",
"yamljs": "^0.3.0"
},
"pre-commit": [
"lint"
]
}