{
  "name": "@testorgdb/cb-app-sh",
  "version": "0.0.1-devtest.1",
  "description": "Shared interfaces and utilities for Chargebee Apps CLI",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist && rm -rf coverage",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "test:unit": "jest --testPathPattern=tests/unit"
  },
  "dependencies": {
    "yauzl": "^2.10.0",
    "winston": "^3.11.0",
    "semver": "^7.7.2",
    "archiver": "^7.0.1"
  },
  "devDependencies": {
    "@types/archiver": "^6.0.3",
    "@types/jest": "^29.5.0",
    "@types/node": "^24.3.0",
    "@types/yauzl": "^2.10.0",
    "@types/winston": "^2.4.4",
    "jest": "^29.5.0",
    "ts-jest": "^29.1.0",
    "typescript": "^5.0.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
