forked from rujor/false
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 802 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 802 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
{
"dependencies": {
"cron-parser": "^4.5.0",
"axios": "^0.26.0",
"crypto-js": "^3.3.0",
"got": "^11.8.2",
"jsdom": "^17.0.0",
"node-machine-id": "^1.1.12",
"png-js": "^1.0.0",
"request": "^2.88.2",
"dayjs": "^1.11.10",
"tough-cookie": "^4.0.0"
},
"name": "deathnote",
"description": "本仓库脚本仅用于交流学习,请下载后24之内自行删除",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/darkbfly/DeathNote.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/darkbfly/DeathNote/issues"
},
"homepage": "https://github.com/darkbfly/DeathNote#readme"
}