{
  "name": "@alexanderfortin/pi-freestyle-sandbox",
  "version": "0.2.5",
  "description": "Pi extension for running sandboxed subagents in Freestyle cloud VMs",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "scripts": {
    "dev": "bun --watch src/index.ts",
    "build": "bun run typecheck && bun run build:tsc",
    "build:tsc": "tsc --project tsconfig.build.json",
    "typecheck": "tsc --noEmit",
    "lint": "biome check src/ tests/",
    "lint:fix": "biome check --write src/ tests/",
    "format": "biome format src/ tests/",
    "format:fix": "biome format --fix --write src/ tests/",
    "validate": "bun run typecheck && bun run lint && bun run format",
    "test": "bun test",
    "test:integration": "BUN_INTEGRATION_TESTS=1 bun test tests/integration.test.ts",
    "test:coverage": "bun test --coverage --coverage-reporter=lcov",
    "changelog": "bun run scripts/changelog.ts",
    "release": "semantic-release",
    "release:dry-run": "semantic-release --dry-run"
  },
  "dependencies": {
    "freestyle": "0.1.49",
    "temporal-polyfill": "0.3.2"
  },
  "devDependencies": {
    "@alexanderfortin/semantic-release-keep-a-changelog": "0.2.1",
    "@biomejs/biome": "2.4.14",
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/commit-analyzer": "13.0.1",
    "@semantic-release/git": "10.0.1",
    "@semantic-release/github": "12.0.6",
    "@semantic-release/npm": "13.1.5",
    "@semantic-release/release-notes-generator": "14.1.0",
    "@types/bun": "1.3.13",
    "semantic-release": "25.0.3",
    "typescript": "6.0.3"
  },
  "peerDependencies": {
    "@sinclair/typebox": "0.34.49",
    "@earendil-works/pi-coding-agent": "0.74.0",
    "@earendil-works/pi-tui": "0.74.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "package.json",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "keywords": [
    "pi-package",
    "pi-extension",
    "freestyle",
    "sandbox",
    "subagent",
    "cloud-vm"
  ],
  "pi": {
    "extensions": [
      "./dist/index.js"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/shaftoe/pi-freestyle-sandbox"
  },
  "author": "Alexander Fortin",
  "license": "MIT"
}
