{
  "name": "webext-launch-web-auth-flow",
  "version": "0.1.2",
  "description": "A launchWebAuthFlow polyfill using browser popup",
  "author": "eight04 <eight04@gmail.com>",
  "license": "MIT",
  "scripts": {
    "test": "eslint **/*.{js,ts} --cache --ignore-pattern dist",
    "preversion": "npm test",
    "version": "npm run build && git add .",
    "build": "rollup -c",
    "postversion": "git push --follow-tags && npm publish"
  },
  "devDependencies": {
    "@babel/core": "^7.11.1",
    "@babel/preset-env": "^7.11.0",
    "@rollup/plugin-babel": "^5.2.0",
    "@types/webextension-polyfill": "^0.9.1",
    "@typescript-eslint/eslint-plugin": "^5.44.0",
    "@typescript-eslint/parser": "^5.44.0",
    "camelcase": "^6.0.0",
    "eslint": "^7.32.0",
    "rollup": "^2.25.0",
    "rollup-plugin-cjs-es": "^1.0.1",
    "rollup-plugin-terser": "^7.0.0"
  },
  "repository": "eight04/webext-launch-web-auth-flow",
  "files": [
    "dist",
    "**/*.ts"
  ],
  "main": "index.js",
  "types": "index.d.ts"
}
