{
  "name": "wordpress-accessibility-plugin",
  "version": "1.0.0",
  "main": "index.js",
  "repository": "git@github.com:start-jobs/wordpress-accessibility-plugin.git",
  "license": "MIT",
  "scripts": {
    "build": "rollup -c",
    "watch": "rollup -c -w"
  },
  "devDependencies": {
    "resolve": "^1.12.0",
    "rollup": "^1.20.2",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-terser": "^5.1.1",
    "@babel/core": "^7.6.0"
  },
  "dependencies": {
    "vanilla-picker": "^2.9.2"
  }
}
