{
  "name": "livebundle-sdk",
  "version": "1.0.0",
  "main": "dist/index.js",
  "license": "Apache-2.0",
  "scripts": {
    "build": "yarn clean && yarn compile",
    "clean": "rm -rf ./dist && rm -rf tsconfig.build.tsbuildinfo",
    "compile": "tsc -b tsconfig.build.json",
    "prepublishOnly": "yarn build",
    "start": "node dist/index.js",
    "test": "mocha"
  },
  "dependencies": {
    "ajv": "^8.6.0",
    "debug": "^4.3.1",
    "form-data": "^4.0.0",
    "fs-extra": "^10.0.0",
    "ip": "^1.1.5",
    "js-yaml": "^4.1.0",
    "lodash": "^4.17.21",
    "tmp": "^0.2.1",
    "uuid": "^8.3.2",
    "yazl": "^2.5.1"
  },
  "gitHead": "f3da17163fe4be08219322b796774237d588046e"
}
