{
  "name": "ecchi",
  "version": "0.0.0",
  "description": "Transform array to Vue virtual dom tree.",
  "repository": {
    "url": "egoist/ecchi",
    "type": "git"
  },
  "main": "dist/ecchi.cjs.js",
  "files": ["dist"],
  "scripts": {
    "prepublishOnly": "npm test && npm run build",
    "test": "tyu",
    "build": "bili",
    "example": "poi",
    "build:example": "poi build"
  },
  "author": {
    "name": "EGOIST",
    "email": "0x142857@gmail.com"
  },
  "license": "MIT",
  "poi": {
    "entry": "example/index.js",
    "dist": "example/dist",
    "homepage": "./"
  },
  "bili": {
    "format": ["cjs", "umd"],
    "name": "ecchi"
  },
  "devDependencies": {
    "poi": "^9.3.10",
    "bili": "^1.3.3",
    "tyu": "^1.0.0",
    "vue-test-utils": "^1.0.0-beta.9"
  }
}
