{
  "name": "@kaokei/<%= appName %>",
  "version": "1.0.0",
  "description": "<%= appName %> package description",
  "main": "./dist/index.cjs.runtime.min.js",
  "module": "./dist/index.esm.runtime.min.js",
  "types": "./dist/src/index.d.ts",
  "unpkg": "dist/index.iife.min.js",
  "jsdelivr": "dist/index.iife.min.js",
  "files": [
    "dist/**/*"
  ],
  "browserVariableName": "CustomGlobalNamespace",
  "sideEffects": false,
  "homepage": "https://github.com/kaokei/<%= appName %>",
  "author": "kaokei",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kaokei/<%= appName %>/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kaokei/<%= appName %>.git"
  },
  "keywords": [
    "keyword1",
    "keyword2",
    "keyword3",
    "keyword4",
    "keyword5"
  ],
  "scripts": {
    "check": "tsc -p tsconfig.app.json --noEmit",
    "rp": "rollup -c rollup.config.js",
    "unit": "jest",
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint --fix --ext js,ts,jsx,tsx,vue src tests playground example typings",
    "dev": "webpack serve --config ./example/webpack.config.js",
    "build:example": "webpack build --config ./example/webpack.config.js",
    "build": "npm run check && npm run rp",
    "clean": "rm -rf dist/*",
    "postpublish": "git push origin --follow-tags",
    "prepublishOnly": "npm run clean && npm run build",
    "release": "standard-version -r",
    "release:first": "standard-version --first-release",
    "coverage": "open ./coverage/lcov-report/index.html",
    "commit": "git-cz"
  },
  "dependencies": {
    "@kaokei/di": "^1.0.10"
  },
  "peerDependencies": {
    "reflect-metadata": "^0.1.13",
    "vue": "^3.1.2",
    "vue-class-component": "^8.0.0-rc.1"
  },
  "devDependencies": {
    "@babel/core": "^7.12.3",
    "@babel/plugin-transform-runtime": "^7.14.3",
    "@babel/preset-env": "^7.12.1",
    "@babel/types": "^7.12.0",
    "@commitlint/cli": "^12.1.4",
    "@commitlint/config-conventional": "^12.1.4",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^15.1.0",
    "@rollup/plugin-json": "^4.0.0",
    "@rollup/plugin-node-resolve": "^9.0.0",
    "@rollup/plugin-replace": "^2.4.2",
    "@types/jest": "^26.0.20",
    "@types/node": "^14.10.1",
    "@typescript-eslint/eslint-plugin": "^4.5.0",
    "@typescript-eslint/parser": "^4.5.0",
    "@vue/compiler-sfc": "^3.1.2",
    "@vue/test-utils": "^2.0.0-rc.9",
    "@webpack-cli/serve": "^1.0.1",
    "babel-jest": "^26.6.3",
    "babel-loader": "^8.1.0",
    "commitizen": "^4.2.4",
    "css-loader": "^5.0.0",
    "cz-conventional-changelog": "^3.2.0",
    "eslint": "^7.11.0",
    "eslint-config-prettier": "^6.13.0",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-vue": "^7.2.0",
    "file-loader": "^6.1.1",
    "fs-extra": "^9.0.1",
    "git-cz": "^4.7.6",
    "html-webpack-plugin": "^5.0.0-beta.6",
    "jest": "^26.6.3",
    "jest-environment-jsdom": "^26.6.2",
    "jest-serializer-vue": "^2.0.2",
    "lint-staged": "^10.4.2",
    "prettier": "^2.1.2",
    "reflect-metadata": "^0.1.13",
    "rollup": "^2.45.2",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-node-globals": "^1.4.0",
    "rollup-plugin-polyfill-node": "^0.6.2",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.27.2",
    "standard-version": "^9.0.0",
    "style-loader": "^2.0.0",
    "ts-jest": "^26.4.4",
    "ts-loader": "^8.0.5",
    "tslib": "^2.0.2",
    "typescript": "^4.2.2",
    "vue": "^3.1.2",
    "vue-class-component": "^8.0.0-rc.1",
    "vue-jest": "^5.0.0-alpha.7",
    "vue-loader": "^16.0.0-beta.4",
    "vue-router": "^4.0.0-alpha.13",
    "vue-style-loader": "^4.1.3",
    "webpack": "^5.1.3",
    "webpack-cli": "^4.1.0",
    "webpack-dev-server": "^3.11.0",
    "yorkie": "^2.0.0"
  },
  "gitHooks": {
    "pre-commit": "lint-staged",
    "commit-msg": "commitlint -e $GIT_PARAMS"
  },
  "lint-staged": {
    "*.{ts,js,tsx,jsx,vue}": [
      "eslint --fix"
    ]
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    }
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  }
}
