{
  "name": "pi-order-extension",
  "version": "0.1.1",
  "description": "Pi extension for managing reusable prompt templates with the /order command.",
  "type": "module",
  "license": "MIT",
  "author": "LinMingjing007",
  "homepage": "https://github.com/LinMingjing007/pi-order#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LinMingjing007/pi-order.git"
  },
  "bugs": {
    "url": "https://github.com/LinMingjing007/pi-order/issues"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "prompt-template",
    "templates"
  ],
  "files": [
    "src/**/*.ts",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "src/index.ts"
    ]
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "npm run build && node --test dist/tests/*.test.js",
    "prepack": "npm test"
  },
  "devDependencies": {
    "@types/node": "^22.15.29",
    "typescript": "^5.8.3"
  },
  "engines": {
    "node": ">=22"
  }
}
