{
    "name": "chestnutjs-server",
    "version": "1.3.0",
    "description": "Server bundle for chestnutjs",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "dist/**/*"
    ],
    "keywords": [],
    "author": "",
    "license": "MIT",
    "devDependencies": {
        "@types/connect-mongo": "0.0.34",
        "@types/cors": "^2.8.6",
        "@types/cuid": "^1.3.1",
        "@types/express": "^4.11.1",
        "@types/graphql": "^0.11.5",
        "@types/lodash": "^4.14.157",
        "@types/mongoose": "^4.7.53",
        "@types/node": "^10.17.27",
        "@types/uuid": "^3.4.9",
        "cpx": "^1.5.0",
        "mongoose": "5.3.3",
        "nodemon": "^2.0.4",
        "shx": "0.3.2",
        "tslint": "^5.20.1",
        "typegoose": "5.4.1",
        "typescript": "2.8.4"
    },
    "dependencies": {
        "@types/express": "4.17.0",
        "apollo-server-express": "^1.4.0",
        "bluebird": "^3.7.2",
        "bunyan": "^1.8.14",
        "camelcase": "^4.1.0",
        "connect-mongo": "3.2.0",
        "cookie-parser": "^1.4.5",
        "cors": "^2.8.4",
        "csurf": "^1.11.0",
        "cuid": "^1.3.8",
        "express": "^4.16.2",
        "express-jwt": "^5.3.3",
        "express-session": "^1.17.1",
        "graphql": "0.11.7",
        "graphql-compose": "2.9.6",
        "graphql-compose-connection": "2.5.4",
        "graphql-compose-mongoose": "1.9.4",
        "graphql-compose-pagination": "1.1.2",
        "graphql-extensions": "0.0.5",
        "graphql-subscriptions": "0.5.4",
        "gridfs-stream": "1.1.1",
        "helmet": "^3.23.3",
        "jsonwebtoken": "^8.1.0",
        "kebab-case": "^1.0.0",
        "lodash": "^4.17.19",
        "passport": "^0.4.1",
        "passport-http": "^0.3.0",
        "passport-http-bearer": "^1.0.1",
        "passport-local": "^1.0.0",
        "passport-oauth2-client-password": "^0.1.2",
        "reflect-metadata": "^0.1.12",
        "rxjs": "6.3.2",
        "sharp": "^0.23.4",
        "subscriptions-transport-ws": "^0.9.17",
        "url-join": "^4.0.1",
        "uuid": "^3.4.0"
    },
    "peerDependencies": {
        "mongoose": "5.3.3",
        "typegoose": "5.4.1"
    },
    "scripts": {
        "start": "tsc -p . && node dist/external",
        "start:watch": "nodemon -e ts --exec \"npm run start\"",
        "test": "echo \"Error: no test specified\" && exit 1",
        "build": "cpx \"../client/src/app/shared/contracts/**/*.ts\" src/shared/contracts --clean && tsc -p .",
        "build:npm": "shx rm -rf dist && tsc -p ./tsconfig.publish.json"
    }
}
