{
  "name": "@myparcel-pdk/admin",
  "version": "1.12.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/myparcelnl/js-pdk.git",
    "directory": "apps/admin"
  },
  "license": "MIT",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./src/index.ts"
    },
    "./testing": {
      "types": "./dist/testing.d.ts",
      "default": "./src/testing.ts"
    }
  },
  "types": "./dist/index.d.ts",
  "files": [
    "./src",
    "./dist"
  ],
  "scripts": {
    "build": "run ws:vue:build \"$(pwd)\"",
    "clean": "run ws:clean \"$(pwd)\"",
    "lint": "run ws:lint \"$(pwd)\"",
    "lint:fix": "run ws:lint:fix \"$(pwd)\"",
    "test": "run ws:test \"$(pwd)\"",
    "test:coverage": "run ws:test:coverage \"$(pwd)\"",
    "test:run": "run ws:test:run \"$(pwd)\"",
    "test:update": "run ws:test:update \"$(pwd)\"",
    "typecheck": "run ws:vue:typecheck \"$(pwd)\""
  },
  "dependencies": {
    "@myparcel-pdk/common": "^1.10.0",
    "@myparcel/constants": "^2.0.0",
    "@myparcel/sdk": "^3.0.0",
    "@tanstack/vue-query": "^4.0.0",
    "@vueuse/core": "^10.0.0",
    "lodash": "^4.17.21",
    "lodash-es": "^4.17.21",
    "lodash-unified": "^1.0.3",
    "pinia": "^2.0.0",
    "vite": "^5.4.10",
    "vue": "^3.3.0",
    "vue-tsc": "^2.0.0"
  },
  "devDependencies": {
    "@myparcel-pdk/build-vite": "1.0.0-alpha.0",
    "@types/lodash-es": "^4.17.6",
    "@vue/test-utils": "^2.0.0",
    "typescript": "^5.2.2",
    "vite": "^5.4.10",
    "vitest": "^2.1.3"
  },
  "engines": {
    "node": ">=20"
  },
  "volta": {
    "extends": "../../package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "deployGroup": "admin"
}