{
  "name": "@phiny1/vue-cli-plugin-p11n",
  "description": "Vue CLI 3 plugin to pluginize your Vue project",
  "version": "0.4.1",
  "author": {
    "name": "kazuya kawaguchi",
    "email": "kawakazu80@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/kazupon/vue-cli-plugin-p11n/issues"
  },
  "dependencies": {
    "chalk": "^2.4.2",
    "debug": "^4.1.1",
    "merge-deep": "^3.0.2",
    "rimraf": "^2.6.3",
    "rollup": "^1.1.0",
    "rollup-plugin-babel": "^4.0.3",
    "rollup-plugin-commonjs": "^9.2.0",
    "rollup-plugin-node-resolve": "^4.0.0",
    "rollup-plugin-postcss": "^2.0.3",
    "rollup-plugin-replace": "^2.1.0",
    "rollup-plugin-typescript2": "^0.19.2",
    "rollup-plugin-vue": "^4.7.2",
    "uglify-js": "^2.7.5",
    "vuepress": "^1.0.0-alpha.31"
  },
  "devDependencies": {
    "@vue/cli": "3.3.0",
    "@vue/cli-service": "3.3.0",
    "@vue/cli-test-utils": "3.3.0",
    "conventional-changelog-cli": "^1.2.0",
    "conventional-github-releaser": "^1.1.3",
    "eslint": "^5.12.0",
    "eslint-plugin-vue": "^5.1.0",
    "execa": "^1.0.0",
    "git-commit-message-convention": "git://github.com/kazupon/git-commit-message-convention.git",
    "jest": "^23.6.0",
    "memfs": "^2.14.2"
  },
  "homepage": "https://github.com/kazupon/vue-cli-plugin-p11n#readme",
  "jest": {
    "testEnvironment": "node"
  },
  "keywords": [
    "plugin",
    "vue",
    "vue-cli"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/phiny1/vue-cli-plugin-p11n.git"
  },
  "scripts": {
    "changelog": "conventional-changelog -i CHANGELOG.md -s -n ./node_modules/git-commit-message-convention/convention.js",
    "clean": "rimraf coverage tests/e2e/projects/*",
    "lint": "eslint --fix --ext .js .",
    "lint:ci": "eslint --ext .js .",
    "release": "conventional-github-releaser -n ./node_modules/git-commit-message-convention/convention.js",
    "test": "npm run test:unit",
    "test:unit": "jest ./tests/unit/**/*.spec.js",
    "test:e2e": "jest ./tests/e2e/*.spec.js"
  }
}
