{
  "name": "@kast96/bxmodule",
  "version": "0.1.0",
  "description": "",
  "main": "dist/index.js",
  "bin": {
    "bxmodule": "./dist/index.js"
  },
  "preferGlobal": true,
  "dependencies": {
    "commander": "^11.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.4.5",
    "typescript": "^5.1.6"
  },
  "scripts": {
    "build": "npx tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "cli",
    "bitrix",
    "modules"
  ],
  "author": "kast96",
  "license": "MIT",
  "repository": "https://github.com/kast96/bxmodule",
  "homepage": "https://github.com/kast96/bxmodule#readme"
}
