-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
35 lines (35 loc) · 939 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
{
"name": "howtocookonminiprogram",
"version": "1.0.0",
"description": "小程序版本程序员做菜指南,将程序员精神进行到底",
"main": "index.js",
"scripts": {
"gen-data": "node script/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LeeJim/HowToCookOnMiniprogram.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/LeeJim/HowToCookOnMiniprogram/issues"
},
"homepage": "https://github.com/LeeJim/HowToCookOnMiniprogram#readme",
"dependencies": {
"glob": "^7.2.0",
"magic-string": "^0.26.1",
"marked": "^4.0.12"
},
"devDependencies": {
"axios": "^0.26.1",
"cli-progress": "^3.10.0",
"commonmark": "^0.30.0",
"cos-nodejs-sdk-v5": "^2.11.7",
"form-data": "^4.0.0",
"md5": "^2.3.0",
"md5-file": "^5.0.0"
}
}