-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 906 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
36
37
38
{
"name": "@minidesign/skylor",
"version": "0.0.1",
"description": "wechat miniprogram design",
"main": "index.js",
"scripts": {
"create": "npx miniprogram init -t custom-component",
"test": "echo \"Error: no test specified\" && exit 1",
"publish": "lerna run build && lerna publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skyFi/weapp-components.git"
},
"keywords": [
"wechat",
"miniprogram",
"design",
"UI",
"components",
"minipro",
"minidesign"
],
"publishConfig": {
"access": "public"
},
"author": "skylor",
"license": "MIT",
"bugs": {
"url": "https://github.com/skyFi/weapp-components/issues"
},
"homepage": "https://github.com/skyFi/weapp-components#readme",
"devDependencies": {
"@wechat-miniprogram/miniprogram-cli": "0.0.5",
"lerna": "^3.4.3"
},
"dependencies": {}
}