-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.13 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
{
"name": "bebark",
"version": "1.0.14",
"description": "A tool library for the begonia framework",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx gulp build",
"build:frame": "npx gulp frame",
"build:chain": "npx gulp chain",
"build:http": "npx gulp http",
"build:log": "npx gulp log",
"build:net": "npx gulp net",
"build:pool": "npx gulp pool",
"build:storage": "npx gulp storage",
"build:versionCheck": "npx gulp versionCheck",
"build:worker": "npx gulp worker"
},
"repository": {
"type": "git",
"url": "git+https://github.com/begoniajs/begonia-bark.git"
},
"keywords": [
"miniprogram",
"begonia"
],
"miniprogram": "dist",
"author": "Brave Chan",
"license": "MIT",
"bugs": {
"url": "https://github.com/begoniajs/begonia-bark/issues"
},
"homepage": "https://github.com/begoniajs/begonia-bark#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-rename": "^1.4.0",
"rollup": "^1.11.3",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-size-snapshot": "^0.8.0"
},
"dependencies": {}
}