{
  "name": "@standardagents/novita",
  "version": "0.40.11",
  "private": false,
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "type": "module",
  "description": "Novita AI provider for Standard Agents",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "typecheck": "tsc --noEmit",
    "test": "cd ../.. && vitest --dir packages/novita",
    "test:run": "cd ../.. && vitest run --dir packages/novita"
  },
  "dependencies": {
    "zod": "^4.3.5"
  },
  "peerDependencies": {
    "@standardagents/spec": "^0.40.11"
  },
  "devDependencies": {
    "@standardagents/spec": "0.40.11",
    "tsup": "^8.3.5",
    "typescript": "^5.9.0"
  },
  "keywords": [
    "standardagents",
    "novita",
    "provider",
    "ai",
    "llm"
  ],
  "author": "FormKit Inc.",
  "license": "UNLICENSED"
}
