mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"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"
|
|
}
|