{
  "name": "pi-lore",
  "version": "1.0.8",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/catdarick/lore.git",
    "directory": "pi-lore"
  },
  "homepage": "https://github.com/catdarick/lore/tree/main/pi-lore#readme",
  "bugs": {
    "url": "https://github.com/catdarick/lore/issues"
  },
  "type": "module",
  "main": "./index.ts",
  "exports": {
    ".": "./index.ts"
  },
  "scripts": {
    "test": "node --test test/*.test.ts",
    "validate:package": "node scripts/validate-package.ts",
    "prepublishOnly": "npm run validate:package"
  },
  "engines": {
    "node": ">=24"
  },
  "keywords": [
    "pi-package"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "files": [
    "index.ts",
    "src",
    "scripts/validate-package.ts",
    "binaries.json",
    "README.md"
  ]
}
