forked from anime-vsub/extension-animevsub-helper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1019 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
30
31
32
33
34
{
"version": "1.0.17",
"scripts": {
"lint": "eslint lib/ --ext ts",
"format": "prettier -w lib/",
"test": "pnpm -r test",
"build": "pnpm -r build",
"pack": "pnpm build && pnpm -r run pack",
"release:mv2": "cd manifest-v2 && pnpm release",
"release:mv3": "cd manifest-v3 && pnpm release",
"npm": "cd npm && pnpm publish",
"release": "bumpp package.json manifest-v2/package.json manifest-v3/package.json npm/package.json --commit --push --tag"
},
"devDependencies": {
"@ffflorian/jszip-cli": "^3.4.1",
"@tachibana-shin/eslint-config": "^1.1.1",
"@types/chrome": "^0.0.248",
"@types/node": "^20.8.7",
"@types/semver": "^7.5.4",
"chokidar": "^3.5.3",
"cross-env": "^7.0.3",
"crx": "^5.0.1",
"eslint": "^8.51.0",
"jsdom": "^22.1.0",
"kolorist": "^1.8.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"tsx": "^3.14.0",
"typescript": "^5.2.2",
"vite": "4.5.0",
"vitest": "^0.34.6"
}
}