{
  "name": "agent-simple-english",
  "version": "0.5.1",
  "description": "Technical and house-style English lint engine, CLI, and host adapters",
  "license": "MIT",
  "type": "module",
  "author": {
    "name": "JIA YI"
  },
  "homepage": "https://github.com/jyooi/agent-simple-english#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jyooi/agent-simple-english.git"
  },
  "bugs": {
    "url": "https://github.com/jyooi/agent-simple-english/issues"
  },
  "keywords": [
    "pi-package",
    "simplified-technical-english",
    "linter"
  ],
  "pi": {
    "extensions": [
      "./src/extension/index.ts"
    ]
  },
  "files": [
    ".claude-plugin",
    "commands",
    "hooks",
    "src",
    "README.md",
    "LICENSE",
    "THIRD_PARTY_NOTICES.md"
  ],
  "bin": {
    "simple-english": "src/cli/main.ts"
  },
  "scripts": {
    "test": "vitest run",
    "bench:markdown": "vitest bench test/engine/markdown.bench.ts",
    "lint": "biome check .",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@lezer/html": "^1.3.12",
    "@lezer/markdown": "^1.7.2",
    "effect": "4.0.0-rc.112",
    "micromark": "^4.0.2",
    "micromark-extension-frontmatter": "^2.0.0",
    "micromark-extension-gfm-table": "^2.1.1",
    "micromark-util-character": "^2.1.1",
    "micromark-util-html-tag-name": "^2.0.1",
    "micromark-util-normalize-identifier": "^2.0.1",
    "micromark-util-types": "^2.0.2",
    "wink-eng-lite-web-model": "^1.8.1",
    "wink-nlp": "^2.4.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "typebox": {
      "optional": true
    }
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.12",
    "@earendil-works/pi-coding-agent": "0.85.1",
    "@types/node": "^26.0.0",
    "jiti": "2.7.0",
    "typebox": "1.3.7",
    "typescript": "^5.8.0",
    "vitest": "^5.0.0"
  }
}
