|
1 | 1 | { |
2 | | - "name": "bilibili-live-game-web", |
| 2 | + "name": "bliveweb", |
3 | 3 | "private": true, |
4 | | - "version": "0.1.0", |
5 | | - "description": "在 B 站网页端开播游戏", |
| 4 | + "version": "0.2.0", |
| 5 | + "description": "在 B 站网页端开播", |
6 | 6 | "keywords": [ |
7 | 7 | "bilibili", |
8 | 8 | "tampermonkey", |
9 | 9 | "userscript" |
10 | 10 | ], |
11 | | - "homepage": "https://github.com/ProgramRipper/BilibiliLiveGameWeb", |
| 11 | + "homepage": "https://github.com/ProgramRipper/BLiveWeb", |
12 | 12 | "bugs": { |
13 | | - "url": "https://github.com/ProgramRipper/BilibiliLiveGameWeb/issues", |
| 13 | + "url": "https://github.com/ProgramRipper/BLiveWeb/issues", |
14 | 14 | |
15 | 15 | }, |
16 | 16 | "license": "MIT", |
17 | 17 | "author": "ProgramRipper <[email protected]> (https://github.com/ProgramRipper)", |
18 | | - "repository": "github:ProgramRipper/BilibiliLiveGameWeb", |
19 | | - "packageManager": "[email protected]", |
| 18 | + "repository": "github:ProgramRipper/BLiveWeb", |
20 | 19 | "scripts": { |
21 | | - "build": "pnpm build:prod", |
22 | | - "build:dev": "webpack --mode=development", |
23 | | - "build:prod": "webpack --mode=production --node-env=production", |
24 | | - "check": "npm-run-all lint-check type-check", |
25 | | - "lint-check": "eslint . --ext .ts --quiet", |
26 | | - "type-check": "tsc --noEmit", |
27 | | - "lint": "eslint --quiet --fix . --ext .ts", |
| 20 | + "build": "webpack --mode=production --node-env=production", |
| 21 | + "format": "prettier -w .", |
| 22 | + "check": "prettier -c .; tsc --noEmit", |
28 | 23 | "watch": "webpack --watch" |
29 | 24 | }, |
30 | 25 | "devDependencies": { |
31 | | - "@types/node": "^20.8.0", |
32 | | - "@typescript-eslint/eslint-plugin": "^6.4.0", |
33 | | - "eslint": "^8.0.1", |
34 | | - "eslint-config-standard-with-typescript": "^39.1.0", |
35 | | - "eslint-plugin-import": "^2.25.2", |
36 | | - "eslint-plugin-n": "^15.0.0 || ^16.0.0 ", |
37 | | - "eslint-plugin-promise": "^6.0.0", |
38 | | - "npm-run-all": "^4.1.5", |
39 | | - "terser-webpack-plugin": "^5.3.9", |
40 | | - "ts-loader": "^9.4.4", |
41 | | - "ts-node": "^10.9.1", |
42 | | - "typescript": "^5.2.2", |
43 | | - "webpack": "^5.88.2", |
| 26 | + "@types/node": "^20.14.2", |
| 27 | + "prettier": "^3.3.2", |
| 28 | + "terser-webpack-plugin": "^5.3.10", |
| 29 | + "ts-loader": "^9.5.1", |
| 30 | + "ts-node": "^10.9.2", |
| 31 | + "typescript": "^5.4.5", |
| 32 | + "webpack": "^5.92.0", |
44 | 33 | "webpack-cli": "^5.1.4" |
45 | 34 | } |
46 | 35 | } |
0 commit comments