{
  "name": "@the-agency/vmpi",
  "version": "0.4.1",
  "description": "Run pi sandboxed in a QEMU microVM via Gondolin",
  "type": "module",
  "bin": {
    "vmpi": "dist/vmpi.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "prepublishOnly": "npm run build",
    "test": "npm run lint && node --import tsx --test *.test.ts",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "pi",
    "pi-package",
    "sandbox",
    "qemu",
    "gondolin",
    "microvm"
  ],
  "author": "Josh Mock <josh@joshmock.com>",
  "license": "MIT",
  "engines": {
    "node": ">=20.0.0"
  },
  "os": [
    "linux",
    "darwin"
  ],
  "dependencies": {
    "@earendil-works/gondolin": "^0.10.0",
    "cbor2": "^2.3.0",
    "commander": "^14.0.3",
    "cosmiconfig": "^9.0.1"
  },
  "devDependencies": {
    "@types/node": "^20.14.9",
    "@types/node-forge": "^1.3.14",
    "tsx": "^4.21.0",
    "typescript": "^5.5.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/JoshMock/the-agency.git",
    "directory": "packages/vmpi"
  }
}
