{
  "name": "@myparcel-pdk/checkout-separate-address-fields",
  "version": "1.6.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/myparcelnl/js-pdk.git",
    "directory": "libs/checkout-separate-address-fields"
  },
  "license": "MIT",
  "sideEffects": false,
  "type": "module",
  "exports": "./src/index.ts",
  "types": "./dist/index.d.ts",
  "files": [
    "./src",
    "./dist"
  ],
  "scripts": {
    "build": "run ws:ts:build \"$(pwd)\"",
    "clean": "run ws:clean \"$(pwd)\"",
    "emit": "run ws:ts:emit \"$(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:ts:typecheck \"$(pwd)\""
  },
  "dependencies": {
    "@myparcel-pdk/checkout-common": "^1.6.0"
  },
  "devDependencies": {
    "@myparcel-pdk/build-vite": "1.0.0-alpha.0",
    "typescript": "^5.2.2",
    "vitest": "^2.1.3"
  },
  "engines": {
    "node": ">=20"
  },
  "volta": {
    "extends": "../../package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "deployGroup": "checkout"
}