{
  "name": "antv-x6-vue2-shape",
  "version": "2.1.3",
  "description": "X6 shape for rendering vue2 components with teleport polyfill.",
  "main": "lib/index.js",
  "module": "es/index.js",
  "unpkg": "dist/index.js",
  "jsdelivr": "dist/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "dist",
    "es",
    "lib",
    "src"
  ],
  "keywords": [
    "shape",
    "vue2",
    "render",
    "x6",
    "antv"
  ],
  "peerDependencies": {
    "@antv/x6": "^2.x",
    "vue": "^2.6.0"
  },
  "devDependencies": {
    "@antv/x6": "^2.x",
    "vue": "^2.6.0"
  },
  "author": {
    "name": "maonianyou",
    "email": "maonianyou@gmail.com"
  },
  "license": "MIT",
  "homepage": "https://x6.antv.antgroup.com/tutorial/intermediate/vue2",
  "bugs": {
    "url": "https://github.com/antvis/x6/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/CoderMonkie/antv-x6-vue2-shape.git"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "dependencies": {
    "vue2-teleport-polyfill": "^1.1.4"
  },
  "scripts": {
    "clean:turbo": "rss",
    "clean:build": "rss",
    "clean:coverage": "rss",
    "clean": "rss",
    "build:esm": "rss",
    "build:cjs": "rss",
    "build:umd": "rss",
    "build:dev": "rss",
    "build:watch": "rss",
    "build:watch:esm": "rss",
    "build:watch:cjs": "rss",
    "build": "rss",
    "prebuild": "rss",
    "test": "rss",
    "coveralls": "rss",
    "pretest": "rss"
  }
}