{
  "name": "nastech-agentx",
  "version": "0.18.0",
  "description": "npm bridge for Nastech Agent 0.18.0: The self-improving AI agent — creates skills from experience, improves them during use, and runs anywhere",
  "license": "MIT",
  "type": "commonjs",
  "bin": {
    "nastech": "bin/nastech.js",
    "nastech-agent": "bin/nastech-agent.js"
  },
  "scripts": {
    "build:alias": "node scripts/build-alias-package.js",
    "postinstall": "node scripts/postinstall.js",
    "test": "node --test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NastechaiResearch/nastech-agent.git"
  },
  "bugs": {
    "url": "https://github.com/NastechaiResearch/nastech-agent/issues"
  },
  "homepage": "https://github.com/NastechaiResearch/nastech-agent#readme",
  "engines": {
    "node": ">=20.0.0"
  },
  "files": [
    "bin/",
    "lib/",
    "scripts/postinstall.js",
    "DISCLAIMER.md",
    "LICENSE",
    "NOTICE",
    "PRIVACY.md",
    "README.md",
    "SECURITY.md"
  ],
  "nastechAgent": {
    "pythonPackageVersion": "0.18.0",
    "upstreamRepository": "NastechaiResearch/nastech-agent"
  }
}
