{
  "name": "dsp-engine-buildtool",
  "version": "1.0.0",
  "description": "DSP Engine build and distribution tool",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "start": "node index.js"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "^3.782.0",
    "adm-zip": "^0.5.16",
    "commander": "^13.1.0",
    "glob": "^11.0.1"
  }
}
