{
  "name": "opencode-nanogpt",
  "version": "1.0.6",
  "description": "Automated setup scripts for configuring [OpenCode](https://opencode.ai) with [NanoGPT](https://nano-gpt.com) integration, featuring automatic model updates, reasoning model support, and built-in MCP server.",
  "main": "dist/index.js",
  "exports": {
    ".": "./dist/index.js",
    "./providers": "./dist/providers/nanogpt.js"
  },
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/djdembeck/opencode-nanogpt.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "type": "module",
  "bugs": {
    "url": "https://github.com/djdembeck/opencode-nanogpt/issues"
  },
  "homepage": "https://github.com/djdembeck/opencode-nanogpt#readme",
  "bin": {
    "nanogpt-config": "./dist/cli/index.js"
  },
  "dependencies": {
    "axios": "^1.13.4",
    "commander": "^14.0.3",
    "jsonc-parser": "^3.3.1",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/node": "^25.2.0",
    "bun-types": "^1.3.8",
    "prettier": "^3.8.1",
    "typescript": "^5.9.3"
  }
}
