{
  "name": "@cyklang/vue3",
  "version": "0.62.0",
  "description": "Vue 3 composables for CYKLang",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1",
    "watch:build": "onchange 'src/**/*.ts' -- npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pchaneyo/cyk-vue3.git"
  },
  "keywords": [
    "CYKLang",
    "Vue3",
    "composable"
  ],
  "author": "Philippe Chane-You Kaye",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/pchaneyo/cyk-vue3/issues"
  },
  "homepage": "https://github.com/pchaneyo/cyk-vue3#readme",
  "dependencies": {
    "@capacitor-mlkit/barcode-scanning": "^8.1.0",
    "@capacitor/browser": "^8.0.3",
    "@capacitor/core": "^8.3.4",
    "buffer": "^6.0.3",
    "codemirror-editor-vue3": "^2.1.7",
    "crypto-js": "^4.2.0",
    "loglevel": "^1.8.1",
    "onchange": "^7.1.0",
    "pako": "^2.1.0"
  },
  "peerDependencies": {
    "@cyklang/core": "^0.67.0",
    "pinia": "^3.0.4",
    "vue": "^3.5.34",
    "vue-i18n": "^11.4.4",
    "vue-router": "^5.0.7"
  },
  "devDependencies": {
    "@babel/types": "^7.20.2",
    "@types/crypto-js": "^4.2.2",
    "@types/node": "^22.19.19",
    "@types/pako": "^2.0.0",
    "@types/sax": "^1.2.4",
    "ts-node": "^10.7.0",
    "typescript": "^5.3.3",
    "vue-tsc": "^2.0.16"
  }
}
