|
| 1 | +{ |
| 2 | + "name": "bilibili-live-game-web", |
| 3 | + "private": true, |
| 4 | + "version": "0.1.0", |
| 5 | + "description": "在 B 站网页端开播游戏", |
| 6 | + "keywords": [ |
| 7 | + "bilibili", |
| 8 | + "tampermonkey", |
| 9 | + "userscript" |
| 10 | + ], |
| 11 | + "homepage": "https://github.com/ProgramRipper/BilibiliLiveGameWeb", |
| 12 | + "bugs": { |
| 13 | + "url": "https://github.com/ProgramRipper/BilibiliLiveGameWeb/issues", |
| 14 | + |
| 15 | + }, |
| 16 | + "license": "MIT", |
| 17 | + "author": "ProgramRipper <[email protected]> (https://github.com/ProgramRipper)", |
| 18 | + "repository": "github:ProgramRipper/BilibiliLiveGameWeb", |
| 19 | + "packageManager": "[email protected]", |
| 20 | + "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", |
| 28 | + "watch": "webpack --watch" |
| 29 | + }, |
| 30 | + "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", |
| 44 | + "webpack-cli": "^5.1.4" |
| 45 | + } |
| 46 | +} |
0 commit comments