{
  "name": "vue-hooks-pure",
  "type": "module",
  "version": "0.0.36",
  "packageManager": "pnpm@10.11.0",
  "description": "Hooks for Vue3",
  "author": "Icey Wu <3128006406@qq.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/iceywu",
  "homepage": "https://github.com/iceywu/vue-hooks-pure#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iceywu/vue-hooks-pure.git"
  },
  "keywords": [
    "vue3",
    "hooks"
  ],
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "typings": "dist/types/index.d.ts",
  "files": [
    "README.md",
    "dist"
  ],
  "engines": {
    "node": ">=16.x"
  },
  "scripts": {
    "build": "rimraf dist && npm run build:esm && npm run build:cjs && npm run build:types",
    "build:esm": "tsc --module es2015 --target es5 --outDir dist/esm",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "build:cjs": "tsc --module commonjs --target es5 --outDir dist/cjs",
    "build:types": "tsc --emitDeclarationOnly --declaration --project tsconfig.json --declarationDir dist/types",
    "test": "jest",
    "changelog": "npx changelogen@latest",
    "release": "changelogen --release && npm publish --registry https://registry.npmjs.org && git push --follow-tags",
    "prepare": "simple-git-hooks"
  },
  "dependencies": {
    "vue": "^3.5.14",
    "vue-template-compiler": "^2.7.16"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^4.13.2",
    "@antfu/ni": "^24.4.0",
    "@jest/environment": "^29.7.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/vue": "^8.1.0",
    "@types/express": "^5.0.2",
    "@types/jest": "^29.5.14",
    "@vue/compiler-sfc": "^3.5.14",
    "@vue/test-utils": "^2.4.6",
    "bumpp": "^10.1.1",
    "changelogen": "^0.6.1",
    "eslint": "^9.27.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "prettier": "^3.5.3",
    "rimraf": "^6.0.1",
    "simple-git-hooks": "^2.13.0",
    "talljack-eslint-config": "^0.2.6",
    "ts-jest": "^29.3.4",
    "typescript": "^5.8.3",
    "vue-tsc": "^2.2.10"
  },
  "simple-git-hooks": {
    "pre-commit": "npx lint-staged"
  },
  "lint-staged": {
    "*": "eslint . --fix"
  }
}
