{
  "name": "@jerryan/pi-bash-wrap",
  "version": "0.1.5",
  "license": "MIT",
  "author": "JerryAZR",
  "description": "Sandbox pi bash commands with bubblewrap",
  "keywords": [
    "pi-package"
  ],
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "engines": {
    "node": ">=20.0.0"
  },
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JerryAZR/pi-bash-wrap.git"
  },
  "bugs": {
    "url": "https://github.com/JerryAZR/pi-bash-wrap/issues"
  },
  "homepage": "https://github.com/JerryAZR/pi-bash-wrap#readme",
  "scripts": {
    "build": "tsc",
    "test": "tsc -p tsconfig.tests.json && node --test dist-tests/tests/*.test.js",
    "prepublishOnly": "npm run build && npm test"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.7.0"
  },
  "pi": {
    "extensions": [
      "./dist/index.js"
    ]
  }
}
