forked from wechatferry/wechatferry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 1023 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
{
"name": "@wechatferry/monorepo",
"type": "module",
"version": "0.0.17",
"private": true,
"packageManager": "pnpm@9.8.0+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276",
"scripts": {
"lint": "eslint --cache .",
"lint:fix": "pnpm lint --fix",
"build": "rimraf packages/*/dist --glob && pnpm -r --filter=./packages/* run build",
"dev": "rimraf packages/*/dist --glob && pnpm -r --filter=./packages/* --filter=!./packages/robot --filter=!./packages/nuxt run dev",
"release": "bumpp -r"
},
"devDependencies": {
"@antfu/eslint-config": "catalog:",
"@nuxt/module-builder": "^0.8.3",
"@types/fs-extra": "catalog:",
"@types/google-protobuf": "^3.15.12",
"@types/node": "catalog:",
"bumpp": "catalog:",
"eslint": "^9.9.1",
"esno": "catalog:",
"execa": "8.0.1",
"fs-extra": "catalog:",
"rimraf": "^6.0.1",
"unbuild": "catalog:",
"vitest": "catalog:"
}
}