{
  "name": "@nightona-co/pi",
  "version": "0.191.0",
  "description": "Pi coding agent extension that runs all tool calls inside a remote, ephemeral Nightona sandbox while the agent runs locally",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nightona-co/nightona.git"
  },
  "author": "Daytona Platforms Inc.",
  "contributors": [
    "Nightona contributors <amaraaamka0404@gmail.com>"
  ],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/nightona-co/nightona/issues"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "nightona",
    "sandbox"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "files": [
    "index.ts",
    "src",
    "README.md"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "smoke": "node scripts/smoke.mjs",
    "check": "npm run typecheck && npm run smoke",
    "test:bash-bg": "node scripts/bash-bg.mjs",
    "test:recovery": "node scripts/recovery.mjs",
    "test:live": "npm run test:bash-bg && npm run test:recovery"
  },
  "dependencies": {
    "@nightona-co/sdk": "^0.184.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.79.0",
    "typebox": "1.1.38",
    "typescript": "^5.6.0"
  }
}
