{
  "name": "pi-paper-lab",
  "version": "0.7.11",
  "description": "Writing-style guardrails for scholarly text in pi. Anti-AI rewrite, automatic citations, .docx output. Domain-agnostic with custom YAML profiles.",
  "type": "module",
  "main": "extensions/index.ts",
  "bin": {
    "paper-lab-finalize": "./bin/finalize.mjs",
    "paper-lab-word": "./bin/generate-word.mjs",
    "paper-lab-seed": "./bin/seed-sidecar.mjs",
    "paper-lab-export": "./bin/export.mjs",
    "paper-lab-library": "./bin/library.mjs"
  },
  "files": [
    "extensions",
    "src",
    "src/source-finders",
    "src/csl",
    "src/library",
    "bin",
    "data",
    "README.md",
    "CHANGELOG.md"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "node --experimental-strip-types --test tests/*.test.ts \"tests/**/*.test.ts\"",
    "test:smoke": "node --experimental-strip-types tests/live-runtime-smoke.ts",
    "test:smoke:csl": "node --experimental-strip-types tests/live-runtime-csl-smoke.ts",
    "test:library:cli": "node --experimental-strip-types --test tests/library/cli.test.ts",
    "test:export:cli": "node --experimental-strip-types --test tests/csl/export-cli.test.ts",
    "audit": "npm audit --audit-level=high",
    "prepack": "npm run typecheck && npm test && npm run test:smoke && npm run test:smoke:csl"
  },
  "pi": {
    "extensions": [
      "./extensions/index.ts"
    ]
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "extension",
    "scholarly-writing",
    "scientific-writing",
    "anti-ai",
    "citations",
    "docx"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Aspis0/pi-paper-lab.git"
  },
  "bugs": {
    "url": "https://github.com/Aspis0/pi-paper-lab/issues"
  },
  "homepage": "https://github.com/Aspis0/pi-paper-lab#readme",
  "engines": {
    "node": ">=22.7"
  },
  "dependencies": {
    "@citation-js/core": "^0.8.2",
    "@citation-js/plugin-bibtex": "^0.8.2",
    "@citation-js/plugin-csl": "^0.8.2",
    "@citation-js/plugin-ris": "^0.8.2",
    "@citestyle/core": "^1.0.0",
    "@citestyle/registry": "^1.1.0",
    "@citestyle/styles": "^1.0.0",
    "@earendil-works/pi-ai": "^0.85.1",
    "@earendil-works/pi-coding-agent": "^0.85.1",
    "adm-zip": "^0.6.0",
    "jiti": "^2.7.0",
    "js-yaml": "^4.1.0",
    "sql.js": "^1.14.1",
    "typebox": "^1.0.0"
  },
  "overrides": {
    "brace-expansion": "^5.0.8",
    "@earendil-works/pi-coding-agent": {
      "brace-expansion": "^5.0.8"
    }
  },
  "devDependencies": {
    "patch-package": "^8.0.1",
    "typescript": "^5.4.0"
  }
}
