-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1.15 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
{
"name": "tbone",
"description": "web's adapter for miniapp",
"scripts": {
"prepare": "lerna bootstrap",
"check": "npm run lint && npm run test",
"build": "cd packages/miniapp-element && npm run build && cd ../..",
"publish": "lerna publish",
"test": "npm run build && cd packages/vue-improve-loader && npm run test && cd ../miniapp-render && npm run test && cd ../miniapp-element && npm run test && cd ../tbone-tool && npm run test && cd ../..",
"lint": "eslint \"packages/*/src/**/*.js\" --fix && eslint \"packages/*/test/**/*.js\" --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/wechat-miniapp/tbone.git"
},
"author": "wechat-miniapp",
"license": "MIT",
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^5.16.0",
"eslint-config-gaoding": "^1.0.2",
"eslint-config-gaoding-vue": "^1.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-vue": "^6.2.1",
"lerna": "3.16.4"
},
"dependencies": {}
}