This repository has been archived by the owner on Feb 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.56 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
42
43
44
45
46
47
48
{
"name": "bilibili-live-suit-emoji",
"version": "0.2.0",
"description": "在 B 站直播间发送装扮表情弹幕",
"keywords": [
"bilibili",
"tampermonkey",
"userscript"
],
"homepage": "https://github.com/ProgramRipper/BilibiliLiveSuitEmoji",
"bugs": {
"url": "https://github.com/ProgramRipper/BilibiliLiveSuitEmoji/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": "ProgramRipper <[email protected]> (https://github.com/ProgramRipper)",
"repository": "github:ProgramRipper/BilibiliLiveSuitEmoji",
"scripts": {
"build": "pnpm build:prod",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production",
"check": "npm-run-all lint-check type-check",
"lint-check": "eslint . --ext .ts --quiet",
"type-check": "tsc --noEmit",
"lint": "eslint --quiet --fix . --ext .ts",
"watch": "webpack --watch"
},
"devDependencies": {
"@types/node": "^18.13.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"eslint": "^8.34.0",
"eslint-config-standard-with-typescript": "^34.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.4",
"terser-webpack-plugin": "^5.3.6",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"private": true
}