{
  "name": "piri",
  "version": "1.3.2",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [
    "map",
    "dotted map",
    "svg map",
    "svg",
    "stylized map",
    "piri"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "lint": "tsc",
    "format": "biome check .",
    "test": "vitest run",
    "format:fix": "biome check . --write",
    "release": "pnpm run build && changeset version && changeset publish && git push --follow-tags"
  },
  "devDependencies": {
    "@biomejs/biome": "1.9.4",
    "@changesets/changelog-github": "^0.5.2",
    "@changesets/cli": "^2.29.4",
    "@types/node": "^20.11.24",
    "tsup": "^8.3.5",
    "typescript": "5.7.2",
    "vitest": "^4.0.18"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/thejessewinton/piri"
  },
  "packageManager": "pnpm@10.19.0"
}
