{
  "name": "github-feed-back",
  "description": "Bring my GitHub feed back",
  "private": false,
  "version": "0.1.5",
  "type": "module",
  "files": [
    "./dist"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Sec-ant/github-feed-back.git"
  },
  "homepage": "https://github.com/Sec-ant/github-feed-back",
  "bugs": {
    "url": "https://github.com/Sec-ant/github-feed-back/issues",
    "email": "zzwu@zju.edu.cn"
  },
  "keywords": [
    "github",
    "feed",
    "userscript"
  ],
  "author": {
    "name": "Ze-Zheng Wu"
  },
  "license": "MIT",
  "config": {},
  "publishConfig": {
    "provenance": true,
    "access": "public"
  },
  "scripts": {
    "dev": "vite",
    "lint": "eslint . --ext .ts",
    "type-check": "tsc --noEmit --emitDeclarationOnly false",
    "format": "prettier . --write",
    "prebuild": "npm run lint && npm run type-check && npm run format",
    "build": "vite build",
    "preview": "vite preview",
    "prepublishOnly": "npm run build",
    "sync": "curl -X PUT 'https://registry-direct.npmmirror.com/github-feed-back/sync'",
    "postpublish": "npm run sync",
    "ncu": "npx npm-check-updates -u",
    "postncu": "npm i"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.7.1",
    "@commitlint/config-conventional": "^17.7.0",
    "@semantic-release/git": "^10.0.1",
    "@typescript-eslint/eslint-plugin": "^6.6.0",
    "@typescript-eslint/parser": "^6.6.0",
    "eslint": "^8.48.0",
    "npm-check-updates": "^16.13.2",
    "prettier": "^3.0.3",
    "semantic-release": "^21.1.1",
    "typescript": "^5.2.2",
    "vite": "^4.4.9",
    "vite-plugin-monkey": "^3.5.0"
  }
}
