{
  "name": "mono",
  "version": "1.0.0",
  "description": "GreasyMonkeyScripts",
  "scripts": {
    "dev": "webpack --mode=production --watch --progress",
    "build": "webpack --mode=production --progress",
    "predeploy": "pnpm build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AkagiYui/UserScript.git"
  },
  "keywords": [
    "tampermonkey",
    "userscript"
  ],
  "author": "AkagiYui",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/AkagiYui/UserScript/issues"
  },
  "homepage": "https://github.com/AkagiYui/UserScript#readme",
  "devDependencies": {
    "@types/tampermonkey": "^4.0.5",
    "clean-webpack-plugin": "^4.0.0",
    "css-loader": "^7.1.2",
    "eslint-webpack-plugin": "^3.2.0",
    "style-loader": "^4.0.0",
    "stylelint-webpack-plugin": "^3.3.0",
    "terser-webpack-plugin": "^5.3.3",
    "ts-loader": "^9.5.1",
    "typescript": "^4.7.4",
    "webpack": "^5.74.0",
    "webpack-cli": "^5.1.4"
  }
}