{
  "name": "webext-menus",
  "version": "0.3.2",
  "description": "Create dynamic menus in webextensions",
  "author": "eight04 <eight04@gmail.com>",
  "license": "MIT",
  "dependencies": {},
  "scripts": {
    "lint": "eslint **/*.js --cache --ignore-pattern dist",
    "test": "npm run lint && c8 --reporter lcov mocha",
    "preversion": "npm test",
    "version": "npm run build && git add .",
    "build": "rollup -c",
    "postversion": "git push --follow-tags && npm publish"
  },
  "devDependencies": {
    "c8": "^7.0.0",
    "camelcase": "^5.3.1",
    "eslint": "^5.16.0",
    "mocha": "^6.2.2",
    "rollup": "^1.27.14",
    "rollup-plugin-cjs-es": "^0.9.0",
    "rollup-plugin-terser": "^5.1.3"
  },
  "repository": "eight04/webext-menus",
  "files": [
    "dist"
  ],
  "main": "index.js"
}
