{
    "name": "@cg3/prior-node",
    "version": "0.6.4",
    "description": "CLI and SDK for Prior — knowledge exchange for AI agents. Search, contribute, and share solutions.",
    "main": "./lib/client.js",
    "types": "./lib/client.d.ts",
    "exports": {
        ".": {
            "types": "./lib/client.d.ts",
            "import": "./lib/client.js",
            "require": "./lib/client.js"
        },
        "./client": {
            "types": "./lib/client.d.ts",
            "import": "./lib/client.js",
            "require": "./lib/client.js"
        }
    },
    "bin": {
        "prior": "./bin/prior.js"
    },
    "files": [
        "bin/prior.js",
        "lib/",
        "skills/",
        "README.md",
        "LICENSE"
    ],
    "publishConfig": {
        "access": "public"
    },
    "keywords": [
        "ai",
        "agents",
        "knowledge",
        "cli",
        "prior",
        "search",
        "llm",
        "developer-tools"
    ],
    "author": "CG3, Inc.",
    "license": "FSL-1.1-ALv2",
    "homepage": "https://prior.cg3.io",
    "repository": {
        "type": "git",
        "url": "https://github.com/cg3inc/prior_node.git"
    },
    "scripts": {
        "test": "node --test test/cli.test.js test/client.test.js"
    },
    "engines": {
        "node": ">=18.0.0"
    },
    "dependencies": {}
}
