forked from the1812/Bilibili-Evolved
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.23 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
{
"name": "bilibili-evolved",
"description": "「 强大的哔哩哔哩增强脚本 」",
"main": "bilibili-evolved.user.js",
"private": true,
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@types/jquery": "^3.5.4",
"@types/lodash": "^4.14.165",
"@types/node": "^14.14.7",
"clean-css-cli": "^4.3.0",
"html-minifier": "^4.0.0",
"jszip": "^3.5.0",
"sass": "^1.22.10",
"terser": "^5.3.8",
"typescript": "^4.0.5",
"vue": "^2.6.10",
"vuex": "^3.1.2"
},
"scripts": {
"postinstall": "node postinstall.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/the1812/Bilibili-Evolved.git"
},
"keywords": [
"userscript",
"bilibili",
"dark-theme",
"touchscreen",
"tampermonkey"
],
"author": "Grant Howard, Coulomb-G",
"license": "MIT",
"bugs": {
"url": "https://github.com/the1812/Bilibili-Evolved/issues"
},
"homepage": "https://github.com/the1812/Bilibili-Evolved#readme"
}