{
  "name": "userscripts",
  "version": "0.1.5",
  "description": "userscripts for styling web with custom fonts",
  "main": "src/main.js",
  "scripts": {
    "clean": "rm -rf public",
    "build": "npm run clean && node scripts/build.js",
    "release": "standard-version --dry-run",
    "release:minor": "standard-version --release-as minor --dry-run",
    "release:major": "standard-version --release-as major --dry-run",
    "release:patch": "standard-version --release-as patch --dry-run",
    "release:ci": "standard-version && git push origin --follow-tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flinhong/userscripts.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "type": "commonjs",
  "bugs": {
    "url": "https://github.com/flinhong/userscripts/issues"
  },
  "homepage": "https://github.com/flinhong/userscripts#readme",
  "devDependencies": {
    "prettier": "^3.8.1",
    "standard-version": "^9.5.0"
  }
}
