{
  "name": "@kovalson/prevue",
  "version": "5.0.1",
  "description": "A Vue 3 package based on Pinia that helps to manage resource models.",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "scripts": {
    "build": "tsup",
    "test": "node --no-experimental-fetch ./node_modules/jest/bin/jest.js",
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "docs:preview": "vitepress preview docs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/kovalson/prevue.git"
  },
  "keywords": [
    "Vue 3",
    "API",
    "Pinia",
    "Model",
    "Controller",
    "Repository",
    "Prevue",
    "TypeScript"
  ],
  "author": "kovalson",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/kovalson/prevue/issues"
  },
  "homepage": "https://gitlab.com/kovalson/prevue#readme",
  "peerDependencies": {
    "lodash": "^4.17.21",
    "ofetch": "^1.4.1",
    "pinia": "^2.2.6",
    "pluralize": "^8.0.0",
    "uuid": "^9.0.1",
    "vue": "^3.5.13"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/lodash": "^4.17.4",
    "@types/pluralize": "^0.0.33",
    "@types/uuid": "^9.0.8",
    "jest": "^29.7.0",
    "nock": "^13.5.4",
    "ts-jest": "^29.1.4",
    "ts-node": "^10.9.2",
    "tsup": "^8.0.2",
    "typescript": "^5.4.5",
    "vitepress": "^1.2.3"
  }
}
