{
  "name": "@banon-labs/pi-inline-format",
  "private": false,
  "version": "0.1.5",
  "description": "Strict Pi extension project with a Rust core subproject and a TypeScript extension wrapper.",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "rust",
    "typescript"
  ],
  "pi": {
    "extensions": [
      "./extensions/index.ts"
    ]
  },
  "scripts": {
    "check": "npm run check:core && npm run check:pinned-host-runtime && npm run check:ansi-capture-proof && npm run check:npm-tarball-install",
    "check:pinned-host-runtime": "node ./scripts/check-pinned-host-runtime.mjs",
    "format": "prettier --check .",
    "format:write": "prettier --write .",
    "lint": "eslint . --max-warnings=0",
    "lint:fix": "eslint . --fix --max-warnings=0",
    "typecheck": "tsc --noEmit",
    "rust:fmt": "cargo fmt --manifest-path rust/Cargo.toml --all --check",
    "rust:fmt:write": "cargo fmt --manifest-path rust/Cargo.toml --all",
    "rust:check": "cargo check --manifest-path rust/Cargo.toml --all-targets --all-features",
    "rust:lint": "cargo clippy --manifest-path rust/Cargo.toml --all-targets --all-features -- -D warnings",
    "rust:test": "cargo test --manifest-path rust/Cargo.toml --all-targets --all-features",
    "verify:multilanguage-local-package-proof": "node ./scripts/verify-multilanguage-local-package-proof.mjs",
    "smoke:deterministic-heredoc-grid": "./scripts/run-deterministic-heredoc-grid-smoke.sh",
    "verify:host-source-upgrade-path": "node ./scripts/verify-host-source-upgrade-path.mjs",
    "smoke:ansi-capture-proof": "./scripts/run-ansi-capture-proof-smoke.sh",
    "check:core": "npm run lint && npm run format && npm run typecheck && npm run rust:fmt && npm run rust:check && npm run rust:lint && npm run rust:test",
    "check:ansi-capture-proof": "node ./scripts/check-ansi-capture-proof.mjs",
    "smoke:javascript-highlight-compare": "./scripts/run-semantic-highlight-compare-smoke.sh --scenario javascript",
    "smoke:typescript-highlight-compare": "./scripts/run-semantic-highlight-compare-smoke.sh --scenario typescript",
    "check:npm-tarball-install": "node ./scripts/check-npm-tarball-install.mjs",
    "check:npm-warnings": "node ./scripts/check-npm-tarball-install.mjs"
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*",
    "@sinclair/typebox": "*"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@mariozechner/pi-coding-agent": "^0.63.1",
    "@modelcontextprotocol/sdk": "^1.28.0",
    "@sinclair/typebox": "^0.34.49",
    "@types/node": "^25.5.0",
    "eslint": "^10.1.0",
    "globals": "^17.4.0",
    "prettier": "^3.8.1",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.57.2"
  },
  "engines": {
    "node": ">=22"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Banon-Labs/pi-inline-format.git"
  },
  "homepage": "https://github.com/Banon-Labs/pi-inline-format#readme",
  "bugs": {
    "url": "https://github.com/Banon-Labs/pi-inline-format/issues"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "files": [
    "README.md",
    "extensions/",
    "rust/Cargo.toml",
    "rust/src/"
  ],
  "overrides": {
    "node-domexception": "file:vendor/node-domexception"
  },
  "peerDependenciesMeta": {
    "@mariozechner/pi-coding-agent": {
      "optional": true
    },
    "@sinclair/typebox": {
      "optional": true
    }
  }
}
