forked from Tencent/kbone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 1.39 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
{
"name": "kbone",
"description": "web's adapter for miniprogram",
"scripts": {
"prepare": "lerna bootstrap",
"check": "npm run lint && npm run test",
"build": "cd packages/miniprogram-element && npm run build && cd ../miniprogram-render && npm run build && cd ../kbone-ui && npm run build && cd ../kbone-tool && npm run build && cd ../..",
"publish": "lerna publish",
"next": "lerna publish --dist-tag next",
"test": "npm run build && cd packages/vue-improve-loader && npm run test && cd ../miniprogram-render && npm run test && cd ../miniprogram-element && npm run test && cd ../kbone-tool && npm run test && cd ../html-to-js-loader && npm run test && cd ../replace-global-var-loader && npm run test && cd ../..",
"lint": "eslint \"packages/*/src/**/*.js\" --fix && eslint \"packages/*/test/**/*.js\" --fix && eslint \"packages/*/tool/**/*.js\" --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/wechat-miniprogram/kbone.git"
},
"author": "wechat-miniprogram",
"license": "MIT",
"devDependencies": {
"lerna": "3.16.4",
"eslint": "^5.14.1",
"eslint-config-airbnb-base": "13.1.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^3.8.0"
},
"dependencies": {}
}