{
  "name": "vue-uuid",
  "version": "3.0.0",
  "description": "Add UUID to Vue instance.",
  "cdn": "dist/index.umd.min.js",
  "main": "dist/index.js",
  "unpkg": "dist/index.umd.min.js",
  "types": "index.d.ts",
  "module": "dist/index.esm.js",
  "jsdelivr": "dist/index.umd.min.js",
  "umd:main": "dist/index.umd.js",
  "scripts": {
    "test": "ava",
    "build": "bili index.mjs --format esm,cjs,umd,umd-min --moduleName VueUUID",
    "prepublishOnly": "npm run build && npm run test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VitorLuizC/vue-uuid.git"
  },
  "keywords": [
    "vue",
    "vue-uuid",
    "uuid"
  ],
  "author": "Vitor Luiz Cavalcanti",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/VitorLuizC/vue-uuid/issues"
  },
  "homepage": "https://github.com/VitorLuizC/vue-uuid#README",
  "ava": {
    "require": [
      "esm"
    ]
  },
  "dependencies": {
    "@types/uuid": "^8.3.4",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "ava": "^4.0.1",
    "bili": "^5.0.5",
    "esm": "^3.2.25",
    "vue": "^3.2.30"
  },
  "peerDependencies": {
    "vue": ">= 3.0.0"
  }
}
