{
  "name": "@mitm/chuck",
  "version": "3.5.2",
  "description": "chuck is a webservice that converts various 3D file-formats to Unity3D AssetBundles",
  "repository": "git@github.com:mitmadness/chuck.git",
  "author": "Morgan Touverey Quilling <mtouverey@methodinthemadness.eu>",
  "license": "MIT",
  "main": "dist/entry/libchuck.js",
  "types": "dist/entry/libchuck.d.ts",
  "bin": {
    "chuck": "dist/entry/standalone.js",
    "chuck-cli": "dist/entry/cli.js"
  },
  "scripts": {
    "start": "nodemon dist/entry/standalone.js",
    "watch": "yarn copy-pug && tsc -w",
    "build": "yarn lint && tsc && yarn copy-pug",
    "cli": "node dist/entry/cli.js",
    "standalone": "node dist/entry/standalone.js",
    "lint": "tslint \"src/**/*.ts\" \"stubs/**/*.ts\"",
    "semantic-release": "semantic-release pre && npm publish --access public && semantic-release post",
    "copy-pug": "cpy \"admin/*.pug\" \"../dist/\" --cwd=src --parents"
  },
  "devDependencies": {
    "@types/body-parser": "^1.16.3",
    "@types/boom": "^4.3.2",
    "@types/bull": "^2.1.0",
    "@types/cors": "^2.8.1",
    "@types/dotenv": "^4.0.0",
    "@types/express": "^4.0.35",
    "@types/mongoose": "^4.7.11",
    "@types/morgan": "^1.7.32",
    "@types/node-fetch": "^1.6.7",
    "@types/pify": "^0.0.28",
    "@types/raven": "^1.2.2",
    "@types/source-map-support": "^0.2.28",
    "@types/uuid": "^2.0.29",
    "@types/winston": "^2.3.1",
    "@types/yargs": "^6.6.0",
    "nodemon": "^1.11.0",
    "semantic-release": "^6.3.6",
    "tslint": "^5.1.0",
    "typescript": "^2.2.2"
  },
  "dependencies": {
    "@mitm/assetbundlecompiler": "^1.4.0",
    "@toverux/expresse": "^2.1.0",
    "@types/sanitize-filename": "^1.1.28",
    "azure-storage": "^2.1.0",
    "body-parser": "^1.17.1",
    "boom": "^5.1.0",
    "bull": "^2.2.6",
    "compose-middleware": "^2.2.0",
    "cors": "^2.8.3",
    "cpy-cli": "^1.0.1",
    "dotenv": "^4.0.0",
    "dotenv-extended": "^2.0.0",
    "express": "^4.15.2",
    "express-basic-auth": "^1.0.2",
    "mongoose": "^4.9.6",
    "morgan": "^1.8.1",
    "node-fetch": "^1.6.3",
    "pify": "^3.0.0",
    "pug": "^2.0.0-rc.1",
    "raven": "^2.1.0",
    "sanitize-filename": "^1.6.1",
    "source-map-support": "^0.4.15",
    "toureiro": "^0.2.13",
    "uuid": "^3.0.1",
    "winston": "^2.3.1",
    "yargs": "^8.0.1"
  }
}