{
  "name": "livebundle-store",
  "version": "0.1.16",
  "main": "dist/index.js",
  "bin": {
    "livebundle-store": "dist/cli.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",
    "docker:build": "yarn build && docker build -t livebundle/store .",
    "prepublishOnly": "yarn build",
    "start": "node dist/cli.js",
    "test": "mocha"
  },
  "dependencies": {
    "commander": "^6.0.0",
    "debug": "^4.1.1",
    "express": "^4.17.1",
    "express-ws": "^4.0.0",
    "fs-extra": "^9.0.1",
    "livebundle-utils": "^0.1.6",
    "lodash": "^4.17.19",
    "multer": "^1.4.2",
    "shelljs": "^0.8.4",
    "source-map": "^0.7.3",
    "tmp": "^0.2.1",
    "uuid": "^8.3.0",
    "yauzl": "^2.10.0"
  },
  "gitHead": "57859f59f8929a4bf594595efa35fd84c1a817df"
}
