-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
41 lines (41 loc) · 1.45 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
41
{
"name": "@uni-helper/vite-plugin-uni-manifest",
"type": "module",
"version": "0.2.7",
"private": true,
"packageManager": "pnpm@9.15.2",
"description": "Use TypeScript to write manifest.json of uni-app",
"author": "KeJun",
"license": "MIT",
"homepage": "https://github.com/uni-helper/vite-plugin-uni-manifest#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/uni-helper/vite-plugin-uni-manifest.git"
},
"bugs": "https://github.com/uni-helper/vite-plugin-uni-manifest/issues",
"keywords": [],
"sideEffects": false,
"scripts": {
"stub": "pnpm -r --filter=./packages/* --parallel run stub",
"dev": "pnpm stub",
"build": "rimraf --glob packages/*/dist && pnpm -r --filter=./packages/* run build && pnpm -r run build-post",
"play:mp-weixin": "pnpm dev && pnpm -C packages/playground run dev:mp-weixin",
"build:mp-weixin": "pnpm build && pnpm -C packages/playground run build:mp-weixin",
"play:h5": "pnpm dev && pnpm -C packages/playground run dev:h5",
"build:h5": "pnpm build && pnpm -C packages/playground run build:h5",
"prepublishOnly": "pnpm build",
"release": "bumpp",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"type-check": "tsc --noEmit"
},
"devDependencies": {
"@antfu/eslint-config": "^3.5.1",
"@types/node": "^20.16.5",
"bumpp": "^9.5.2",
"eslint": "^9.10.0",
"rimraf": "^6.0.1",
"typescript": "^5.6.2",
"unbuild": "^2.0.0"
}
}