-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 988 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
41
{
"name": "tiande-hooks",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run compile && node build/src/index",
"lint": "gts lint",
"clean": "gts clean",
"compile": "tsc",
"fix": "gts fix",
"prepare": "npm run compile",
"pretest": "npm run compile",
"posttest": "npm run lint"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"amqplib": "^0.7.1",
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"knex": "^0.95.4",
"knex-paginate": "^2.1.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"mysql2": "^2.2.5",
"soap": "^0.43.0",
"sqlstring": "^2.3.2"
},
"devDependencies": {
"@types/amqplib": "^0.5.17",
"@types/lodash": "^4.14.168",
"@types/node": "^14.11.2",
"@types/sax": "^1.2.4",
"@types/sqlstring": "^2.3.0",
"gts": "^3.1.0",
"typescript": "^4.0.3"
}
}