{
  "name": "@bevo/core",
  "description": "强大的哔哩哔哩增强脚本",
  "private": true,
  "main": "dist/bilibili-evolved.user.js",
  "author": "Grant Howard, Coulomb-G",
  "license": "MIT",
  "scripts": {
    "build": "webpack --config ./webpack/webpack.prod.js --bail",
    "lint": "eslint --config ./.eslintrc.js --quiet --fix \"src/**/*.@(js|ts|vue)\" \"registry/lib/**/*.@(js|ts|vue)\"",
    "type": "tsc -p tsconfig.type-check.json --noEmit"
  },
  "devDependencies": {
    "@babel/core": "^7.9.6",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/preset-env": "^7.9.6",
    "@babel/preset-typescript": "^7.9.0",
    "@types/chai": "^4.2.11",
    "@types/color": "^3.0.1",
    "@types/lodash": "^4.14.149",
    "@types/marked": "^1.2.0",
    "@types/mocha": "^8.0.3",
    "@types/webpack": "^4.41.6",
    "@types/webpack-env": "^1.15.1",
    "@typescript-eslint/eslint-plugin": "^4.4.1",
    "@typescript-eslint/parser": "^4.4.1",
    "autoprefixer": "^10.0.1",
    "babel-loader": "^8.1.0",
    "chai": "^4.2.0",
    "css-loader": "^5.0.0",
    "eslint": "7.11.0",
    "eslint-config-airbnb-base": "^14.1.0",
    "eslint-plugin-import": "^2.20.1",
    "eslint-plugin-vue": "^7.1.0",
    "fast-sass-loader": "^2.0.0",
    "html-webpack-plugin": "^5.0.0-alpha.7",
    "mocha": "^8.2.0",
    "postcss": "^8.1.0",
    "postcss-loader": "^4.0.4",
    "postcss-preset-env": "^6.7.0",
    "raw-loader": "^4.0.1",
    "sass": "^1.25.0",
    "serve": "^12.0.0",
    "style-loader": "^2.0.0",
    "terser": ">=5.3.8 <6",
    "terser-webpack-plugin": "^5.0.1",
    "to-string-loader": "^1.1.6",
    "tsconfig-paths": "^3.9.0",
    "typescript": "^4.0.3",
    "url-loader": "^4.1.1",
    "vue-loader": "^15.8.3",
    "vue-template-compiler": "^2.6.11",
    "webpack": "^5.31.2",
    "webpack-cli": "^4.6.0"
  },
  "dependencies": {
    "@popperjs/core": "^2.6.0",
    "color": "^3.1.2",
    "jszip": "^3.2.2",
    "lodash": "^4.17.15",
    "marked": "^1.2.5",
    "vue": "^2.6.11"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/the1812/Bilibili-Evolved.git"
  },
  "bugs": {
    "url": "https://github.com/the1812/Bilibili-Evolved/issues"
  },
  "homepage": "https://github.com/the1812/Bilibili-Evolved#readme",
  "keywords": [
    "userscript",
    "bilibili",
    "dark-theme",
    "touchscreen",
    "tampermonkey"
  ]
}
