-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
40 lines (40 loc) · 1.2 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
{
"private": true,
"version": "1.0.0",
"workspaces": {
"packages": ["packages/*"],
"nohoist": ["**/vuepress", "**/vuepress/**"]
},
"author": "shanyuhai123",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/shanyuhai123/vuepress-plugin-auto-sidebar.git"
},
"bugs": {
"url": "https://github.com/shanyuhai123/vuepress-plugin-auto-sidebar/issues"
},
"homepage": "https://github.com/shanyuhai123/vuepress-plugin-auto-sidebar#readme",
"scripts": {
"build": "lerna run --stream --sort build",
"lint": "eslint --ext .js,.ts packages",
"release": "yarn build && lerna publish",
"release:alpha": "yarn build && lerna publish prerelease --dist-tag alpha"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"eslint": "^7.22.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"jest": "^27.0.4",
"lerna": "^4.0.0",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.3",
"typescript": "4.3.3",
"vuepress-types": "^0.9.4"
}
}