-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 783 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 783 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
{
"name": "@axiosleo/webhook-cd",
"version": "1.0.0",
"description": "",
"bin": {
"wcd": "./bin/wcd.js"
},
"scripts": {
"start": "node ./bin/api.js",
"dev": "nodemon ./bin/api.js",
"lint": "eslint src/"
},
"author": "axiosleo",
"license": "MIT",
"dependencies": {
"@axiosleo/cli-tool": "^1.6.5",
"@axiosleo/koapp": "^1.0.24",
"@axiosleo/orm-mysql": "^0.11.4",
"axios": "^0.26.1",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.3",
"moment": "^2.29.1",
"octokit": "^5.0.3",
"rabbitmq-client": "^5.0.2",
"uuid": "^9.0.1",
"validatorjs": "^3.22.1",
"yaml": "^2.3.2"
},
"devDependencies": {
"@types/node": "^18.11.14",
"eslint": "^8.29.0",
"nodemon": "^3.0.1",
"typescript": "^4.9.4"
}
}