{
  "name": "@cyrilf/vue-dat-gui",
  "description": "A Vue3 port of the popular dat.GUI library",
  "version": "1.1.0",
  "scripts": {
    "build": "vite build && vue-tsc",
    "prepare": "npm run build",
    "postversion": "git push && git push --tags",
    "dev": "concurrently 'vite build --watch' 'npx live-server --cors dist'"
  },
  "dependencies": {
    "vue3-colorpicker": "^2.2.3"
  },
  "peerDependencies": {
    "vue": "^3.4.7"
  },
  "devDependencies": {
    "@types/node": "^20.10.7",
    "@vitejs/plugin-vue": "^5.0.2",
    "concurrently": "^8.2.2",
    "typescript": "^5.3.3",
    "vite": "^5.0.11",
    "vue-tsc": "^1.8.27"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/cyrilf/vue-dat-gui.git"
  },
  "author": "cyrilf",
  "homepage": "https://github.com/cyrilf/vue-dat-gui#readme",
  "bugs": {
    "url": "https://github.com/cyrilf/vue-dat-gui/issues"
  },
  "engines": {
    "node": ">=20.10",
    "npm": ">=10"
  },
  "keywords": [
    "vue dat gui",
    "vue",
    "dat.gui"
  ],
  "main": "./dist/vue-dat-gui.js",
  "type": "module",
  "files": [
    "dist"
  ],
  "types": "./dist/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "default": "./dist/vue-dat-gui.js"
    },
    "./dist/style.css": "./dist/style.css"
  }
}
