{
  "name": "kokiri",
  "version": "0.0.6",
  "description": "Vue.js components based on Petals",
  "main": "dist/index.ts",
  "module": "dist/index.ts",
  "typings": "dist/index.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "kokiri",
    "petals",
    "petals-ui",
    "ui",
    "component",
    "components",
    "frontend",
    "vue",
    "vuejs",
    "vue.js"
  ],
  "author": "Ourai Lin <ourairyu@gmail.com> (https://ourai.ws/)",
  "license": "MIT",
  "homepage": "https://oss.ourai.ws/petals/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/petals-ui/kokiri.git",
    "directory": "packages/kokiri"
  },
  "scripts": {
    "precopy": "rm -rf dist",
    "copy": "mkdir dist && cp -R src/* dist",
    "prebuild": "npm run copy",
    "build": "tsc",
    "postbuild": "node build && rm -rf dist/shims-*.d.ts",
    "prerelease": "npm run build",
    "release": "npm publish"
  },
  "dependencies": {
    "@kokiri/core": "0.0.17"
  },
  "peerDependencies": {
    "vue": "^2.6.0",
    "vue-property-decorator": "^8.0.0"
  }
}
