-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.07 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
{
"name": "wa-autovenom",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js"
},
"nodemonConfig": {
"ignore": [
"**/test/**",
"**/docs/**",
"**/swagger/**"
],
"ext": ".ts,js,json,ejs,env",
"delay": 2500
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.17",
"@types/knex": "^0.16.1",
"@types/node": "^18.15.0",
"nodemon": "^2.0.21",
"typescript": "^4.9.5"
},
"dependencies": {
"@types/swagger-ui-express": "^4.1.3",
"axios": "^1.3.4",
"body-parser": "^1.20.2",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"file-type": "^18.2.1",
"knex": "^2.4.2",
"mime-detect": "^1.1.4",
"mime-types": "^2.1.35",
"mysql": "^2.18.1",
"mysql2": "^3.2.0",
"sucrase": "^3.29.0",
"swagger-autogen": "^2.23.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^4.6.2",
"ts-node": "^10.9.1",
"venom-bot": "^5.0.19",
"yamljs": "^0.3.0"
}
}