{
  "name": "@spxx/userscript",
  "version": "3.0.1",
  "description": "The userscript of spxx, the ultimate MCBBS newslord utility.",
  "main": "dist/bundle.user.js",
  "type": "module",
  "author": "SPXFellow",
  "license": "CC0-1.0",
  "devDependencies": {
    "@babel/core": "^7.23.2",
    "@babel/preset-env": "^7.23.2",
    "@babel/preset-typescript": "^7.23.2",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-json": "^6.0.1",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@rollup/plugin-typescript": "^12.1.2",
    "@types/tampermonkey": "^5.0.4",
    "eslint": "^9.19.0",
    "rollup": "^4.1.4",
    "rollup-plugin-userscript-metablock": "^0.4.2",
    "tslib": "^2.6.2",
    "typescript": "^5.2.2"
  },
  "scripts": {
    "build": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript --configImportAttributesKey with",
    "watch": "rollup -w --config rollup.config.ts --configPlugin @rollup/plugin-typescript --configImportAttributesKey with"
  }
}