-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
48 lines (48 loc) · 1.27 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
{
"name": "all-pusher-api",
"version": "1.4.2",
"description": "统一化推送服务API.",
"main": "dist/index.js",
"scripts": {
"test": "tsc && node test/test.js",
"build": "rollup --config rollup.config.mjs"
},
"keywords": [
"推送",
"push"
],
"author": "HCLonely <h1606051253@gmail.com>",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.24.0",
"axios": "^1.6.7",
"nodemailer": "^6.9.12",
"qq-guild-bot": "^2.9.5",
"resty-client": "^0.0.5",
"showdown": "^2.1.0",
"socks-proxy-agent": "^8.0.2",
"tunnel": "^0.0.6",
"ws": "^8.16.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HCLonely/all-pusher-api.git"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-json": "^6.1.0",
"@types/node": "^20.11.27",
"@types/nodemailer": "^6.4.14",
"@types/showdown": "^2.0.6",
"@types/tunnel": "^0.0.7",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"rollup": "^4.13.0",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.4.2"
}
}