{
  "name": "yapi-x-chrome-extension",
  "description": "接口管理平台 YApi-X 浏览器插件。",
  "version": "1.2.1",
  "license": "MIT",
  "author": {
    "name": "Jay Fong",
    "email": "fjc0kb@gmail.com",
    "url": "https://github.com/fjc0k"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:fjc0k/YApi-X.git",
    "directory": "chrome-extension"
  },
  "files": [
    "archive.zip"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "scripts": {
    "dev": "rollup -c -w",
    "build": "rollup -c && bestzip archive.zip yapi-x-chrome-extension/*"
  },
  "devDependencies": {
    "@types/chrome": "0.0.103",
    "bestzip": "^2.1.5",
    "chrome-webstore-upload-cli": "^1.2.0",
    "rollup": "^2.3.2",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-copy": "^3.3.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-terser": "^5.3.0",
    "rollup-plugin-typescript2": "^0.27.0",
    "typescript": "^3.8.3"
  },
  "dependencies": {
    "vtils": "^2.57.0"
  }
}
