{
    "name": "@ryukin-dev/pi-featherless-kali",
    "version": "1.1.11",
    "description": "Featherless Provider for Pi with accurate tokenization and concurrency tracking.",
    "type": "module",
    "main": "index.js",
    "bin": {
        "kaliai": "bin/kaliai.js",
        "KaliAi": "bin/kaliai.js",
        "kali-sh": "bin/kali-sh.js"
    },
    "files": [
        "extensions/",
        "src/",
        "skills/",
        "bin/",
        "CHANGELOG.md",
        "README.md"
    ],
    "publishConfig": {
        "access": "public"
    },
    "scripts": {
        "test": "vitest run",
        "publish-package": "pnpm publish --access public --no-git-checks",
        "test:watch": "vitest",
        "test:ui": "vitest --ui",
        "bench": "npx tsx bench/run-terminal-bench.ts",
        "bench:fast": "npx tsx bench/run-terminal-bench.ts --fast",
        "bench:quick": "npx tsx bench/run-terminal-bench.ts --quick",
        "bench:full": "npx tsx bench/run-terminal-bench.ts"
    },
    "keywords": [
        "pi",
        "pi-package",
        "coding-agent",
        "extension",
        "provider",
        "featherless",
        "llm"
    ],
    "author": "",
    "license": "ISC",
    "packageManager": "pnpm@10.33.0",
    "peerDependencies": {
        "@earendil-works/pi-ai": "*",
        "@earendil-works/pi-coding-agent": "*",
        "@sinclair/typebox": "*"
    },
    "pi": {
        "extensions": [
            "extensions/**/*.ts"
        ],
        "skills": [
            "skills/**/SKILL.md"
        ]
    },
    "dependencies": {
        "@mozilla/readability": "^0.6.0",
        "cheerio": "^1.0.0",
        "jsdom": "^26.0.0"
    },
    "devDependencies": {
        "@earendil-works/pi-ai": "^0.80.2",
        "@earendil-works/pi-coding-agent": "^0.80.2",
        "@types/jsdom": "^28.0.3",
        "@vitest/ui": "^4.1.3",
        "dotenv": "^17.4.1",
        "tsx": "^4.19.0",
        "typescript": "^5.8.0",
        "vitest": "^4.1.3"
    }
}
