{
  "name": "@tsuuko/pi-version-pin",
  "version": "0.3.0",
  "description": "Pin installed pi npm packages and git packages to exact versions and commit hashes, and check for updates",
  "keywords": [
    "pi-package"
  ],
  "homepage": "https://github.com/Tsuuko/pi-version-pin#readme",
  "bugs": "https://github.com/Tsuuko/pi-version-pin/issues",
  "license": "MIT",
  "author": "Tsuuko",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Tsuuko/pi-version-pin.git"
  },
  "files": [
    "src/index.ts",
    "README.ja.md"
  ],
  "type": "module",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.84.1",
    "@earendil-works/pi-tui": "0.84.1",
    "@types/node": "24.13.3",
    "oxfmt": "0.63.0",
    "oxlint": "1.78.0",
    "oxlint-tsgolint": "7.0.2001",
    "typescript": "7.0.2"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "lint": "oxlint --type-aware --deny-warnings src",
    "format": "oxfmt --write .",
    "format:check": "oxfmt --check .",
    "test": "node --test src/index.test.ts",
    "check": "pnpm typecheck && pnpm lint && pnpm format:check && pnpm test"
  }
}