{
  "name": "@sketchjs/vue",
  "version": "0.1.2",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "yu.pan",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://panyu97py.github.io/sketch",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/panyu97py/sketch.git"
  },
  "files": [
    "dist",
    "src",
    "index.js"
  ],
  "keywords": [],
  "peerDependencies": {
    "@tarojs/taro": "^3.3.0",
    "vue": "^3.5.13"
  },
  "dependencies": {
    "lodash-es": "^4.17.21",
    "object-hash": "^3.0.0",
    "@sketchjs/runtime": "0.1.2"
  },
  "devDependencies": {
    "@babel/preset-typescript": "^7.27.1",
    "@testing-library/vue": "^8.1.0",
    "@types/jest": "^29.5.14",
    "@types/lodash": "^4.17.20",
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^22.10.5",
    "@types/object-hash": "^3.0.6",
    "@typescript-eslint/eslint-plugin": "^5.30.3",
    "@typescript-eslint/parser": "^5.30.3",
    "@vitejs/plugin-vue": "^5.2.1",
    "@vitejs/plugin-vue-jsx": "^4.1.2",
    "@vue/babel-plugin-jsx": "^1.0.6",
    "@vue/test-utils": "^2.4.6",
    "babel-jest": "^29.7.0",
    "eslint": "^8.19.0",
    "eslint-plugin-vue": "^9.32.0",
    "jest": "^29.7.0",
    "jest-mock-extended": "^4.0.0",
    "lint-staged": "^13.3.0",
    "lodash": "^4.17.21",
    "ts-jest": "^29.2.5",
    "typescript": "^5.8.3",
    "vite": "6.1.0",
    "vite-plugin-dts": "^4.5.3",
    "vue": "3.5.13"
  },
  "scripts": {
    "test": "jest",
    "test:dev": "jest --watch",
    "build": "vite build",
    "lint": "tsc --noEmit && lint-staged",
    "prepublish": "npm run build"
  }
}