{
  "name": "@apic/studio-deploy",
  "version": "12.0.0-19",
  "description": "Node package for deploy assets",
  "main": "dist/index.js",
  "type": "module",
  "dependencies": {
    "@apic/api-model": "^1.0.497",
    "@apic/studio-shared": "12.0.0-23",
    "axios": "^1.7.2",
    "form-data": "^4.0.4",
    "js-yaml": "^4.1.1",
    "jszip": "^3.10.1"
  },
  "devDependencies": {
    "@apic/studio-shared": "12.0.0-23",
    "@types/google-protobuf": "^3.15.12",
    "@types/jest": "^29.5.12",
    "@typescript-eslint/eslint-plugin": "^7.4.0",
    "@typescript-eslint/parser": "^7.4.0",
    "axios": "^1.8.2",
    "jest": "^29.7.0",
    "jest-junit": "^16.0.0",
    "rimraf": "^6.1.0",
    "ts-jest": "^29.2.5"
  },
  "scripts": {
    "clean": "rimraf dist tsconfig.tsbuildinfo",
    "build": "npm run clean && tsc",
    "build:watch": "tsc --watch",
    "test": "jest",
    "test-coverage": "jest --coverage"
  },
  "keywords": [
    "studio",
    "designer",
    "deployer"
  ],
  "author": "IBM",
  "license": "ISC"
}
