{
  "name": "@infona-ai/cli",
  "version": "0.1.66",
  "description": "Infona SDK and CLI \u2014 context graph platform for structured data",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./cli": {
      "import": "./dist/cli.js"
    }
  },
  "bin": {
    "infona": "./dist/cli.js",
    "onta": "./dist/cli.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsup",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit -p tsconfig.json",
    "prepack": "node ../../scripts/chmod-bin.js packages/cli/dist/cli.js"
  },
  "keywords": [
    "knowledge-graph",
    "context-graph",
    "infona",
    "sdk",
    "cli",
    "rdf",
    "sparql",
    "ontology",
    "ai",
    "llm"
  ],
  "author": "Infona",
  "license": "Apache-2.0",
  "homepage": "https://infona.ai",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/infona-ai/infona-oss.git",
    "directory": "packages/cli"
  },
  "bugs": {
    "url": "https://github.com/infona-ai/infona-oss/issues"
  },
  "dependencies": {
    "commander": "^12.1.0"
  },
  "engines": {
    "node": ">=20"
  }
}
