forked from zhaoolee/OnlineToolsBook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 980 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
{
"name": "OnlineToolsBook",
"version": "1.0.0",
"description": "🌈在线工具秘籍,为在线工具写一本优质说明书,让在线工具造福人类~ Online tool cheats, write a quality manual for online tools, make online tools benefit humanity~",
"main": "md_img_download.js",
"scripts": {
"test": "node rsync.js",
"push": "node rsync.js && node push.js && git add . && git commit -m 'ok' && git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhaoolee/OnlineToolsBook.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zhaoolee/OnlineToolsBook/issues"
},
"homepage": "https://github.com/zhaoolee/OnlineToolsBook#readme",
"dependencies": {
"await-stream-ready": "^1.0.1",
"axios": "^0.19.2",
"chmodr": "^1.2.0",
"download": "^7.1.0",
"fs-extra": "^8.1.0",
"request": "^2.88.2",
"rsync": "^0.6.1",
"showdown": "^1.9.1"
}
}