{
  "name": "emp-code",
  "version": "0.1.10",
  "description": "EMP CLI - coding agent with full-screen TUI (ink, clickable tool output, mouse, plan mode, markdown, vision) and 18 providers. Runs great on any light PC / weak CPU / old motherboard. Sessions, context, effort, web search, background tasks, revert.",
  "type": "commonjs",
  "bin": {
    "emp": "bin/emp.js"
  },
  "engines": {
    "node": ">=14"
  },
  "scripts": {
    "start": "node bin/emp.js",
    "test": "node -e \"console.log('no tests')\"",
    "build": "node scripts/build-exe.js",
    "build:win": "pkg . --target node22-win-x64 --output dist/emp-win.exe",
    "postinstall": "node scripts/postinstall.js",
    "prepublishOnly": "node scripts/prepare-publish.js",
    "postpublish": "node scripts/restore-after-publish.js"
  },
  "keywords": [
    "cli",
    "ai",
    "coding-agent",
    "nvidia-nim",
    "opencode-zen",
    "no-avx",
    "windows"
  ],
  "author": "",
  "license": "UNLICENSED",
  "repository": {
    "type": "git",
    "url": "https://github.com/saintdevzz/emp-cli.git"
  },
  "homepage": "https://github.com/saintdevzz/emp-cli#readme",
  "bugs": {
    "url": "https://github.com/saintdevzz/emp-cli/issues"
  },
  "dependencies": {
    "ink": "^4.4.1",
    "react": "^18.2.0"
  },
  "files": [
    "bin/emp.js",
    "dist/",
    "skills/",
    "scripts/postinstall.js",
    "install.*",
    "emp.*",
    "README.md"
  ],
  "pkg": {
    "assets": [
      "skills/**/*"
    ],
    "targets": [
      "node22-win-x64",
      "node22-linux-x64",
      "node22-macos-x64"
    ],
    "outputPath": "dist"
  },
  "devDependencies": {
    "@yao-pkg/pkg": "^6.22.0"
  },
  "_originalFiles": [
    "bin/emp.js",
    "dist/",
    "skills/",
    "scripts/postinstall.js",
    "install.*",
    "emp.*",
    "README.md"
  ],
  "_originalBin": {
    "emp": "bin/emp.js"
  }
}
