-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
32 lines (32 loc) · 1.46 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
{
"private": "true",
"name": "vuepress-theme-vuejs",
"scripts": {
"bootstrap": "pnpm install --prefer-offline --registry https://registry.npmjs.org",
"build": "lerna exec --scope vuepress-theme-vt -- NODE_OPTIONS=--openssl-legacy-provider npm run build",
"test": "jest",
"cov": "jest --coverage",
"dev:docs": "lerna exec --scope docs -- NODE_OPTIONS=--openssl-legacy-provider npm run dev",
"build:docs": "npm run build && lerna exec --scope docs -- NODE_OPTIONS=--openssl-legacy-provider npm run build",
"dev:vuepress-docs": "lerna exec --scope vuepress-docs -- NODE_OPTIONS=--openssl-legacy-provider npm run dev",
"build:vuepress-docs": "npm run build && lerna exec --scope vuepress-docs -- NODE_OPTIONS=--openssl-legacy-provider npm run build",
"dev:i18n": "lerna exec --scope i18n -- NODE_OPTIONS=--openssl-legacy-provider npm run dev",
"build:i18n": "lerna exec --scope i18n -- NODE_OPTIONS=--openssl-legacy-provider npm run build",
"dev": "mono d",
"release": "mono r --changelog --ignore-scripts --build",
"release:one:click": "npm run release && npm run bootstrap && git add pnpm-lock.yaml && git commit -m 'chore: lock' && git push"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@nomadland/mono": "0.3.4",
"@types/jest": "27.0.0",
"@types/node": "16.10.9",
"jest": "27.3.1",
"jest-cli": "27.3.1",
"jest-serializer-path": "0.1.15",
"lerna": "^4.0.0",
"ts-jest": "27.0.7"
}
}