{
  "name": "@inwink-mcp/backoffice-extension-helpers",
  "version": "1.0.10",
  "author": "inwink",
  "license": "ISC",
  "description": "CLI pour bootstrapper, packager et vérifier les extensions backoffice inwink.",
  "type": "module",
  "bin": {
    "inwink-extension": "./dist/cli.js"
  },
  "files": [
    "dist",
    "templates"
  ],
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "prepublishOnly": "npm run build",
    "test": "npm run build && node scripts/test.mjs",
    "test-verify": "node dist/cli.js verify --dir .test-app"
  },
  "dependencies": {
    "adm-zip": "^0.5.16",
    "commander": "^13.0.0",
    "picocolors": "^1.1.1"
  },
  "devDependencies": {
    "@types/adm-zip": "^0.5.7",
    "@types/node": "^22.14.1",
    "tsup": "^8.3.5",
    "typescript": "^5.8.3"
  }
}
