{
  "name": "@bpavuk/warhammer.pi",
  "version": "0.1.3",
  "description": "Reprograms your Pi agent into an embodiment of Motive Force.",
  "main": "src/index.ts",
  "keywords": [
    "pi-package",
    "warhammer",
    "mechanicus",
    "omnissiah",
    "entertainment",
    "fun"
  ],
  "author": "Bohdan Pavuk",
  "license": "AGPL-3.0-or-later",
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "skills": [
      "./resources/skills"
    ]
  },
  "type": "module",
  "dependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.3",
    "typebox": "^1.3.2"
  },
  "files": [
    "resources/",
    "src/",
    "!**/*.test.js",
    "!**/*.test.ts"
  ],
  "devDependencies": {
    "@types/node": "^26.0.1",
    "typescript": "^6.0.3"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}