{ "name": "@coralproject/talk", "version": "5.0.0", "description": "A better commenting experience from Mozilla, The Washington Post, and The New York Times.", "scripts": { "start": "node dist/index.js", "build": "tsc", "watch": "nodemon --config .nodemonrc.json src/index.ts", "lint": "prettier --write \"src/**/*.ts\"" }, "author": "", "license": "Apache-2.0", "dependencies": { "apollo-server-express": "^1.3.6", "bunyan": "^1.8.12", "convict": "^4.3.0", "dataloader": "^1.4.0", "dotenv": "^6.0.0", "dotize": "^0.2.0", "express": "^4.16.3", "express-static-gzip": "^0.3.2", "graphql": "^0.13.2", "graphql-config": "^2.0.1", "graphql-redis-subscriptions": "^1.5.0", "graphql-tools": "^3.0.2", "ioredis": "^3.2.2", "joi": "^13.4.0", "lodash": "^4.17.10", "luxon": "^1.2.1", "mongodb": "^3.0.10", "passport": "^0.4.0", "performance-now": "^2.1.0", "subscriptions-transport-ws": "^0.9.11", "uuid": "^3.2.1" }, "devDependencies": { "@types/bunyan": "^1.8.4", "@types/convict": "^4.2.0", "@types/dotenv": "^4.0.3", "@types/express": "^4.16.0", "@types/graphql": "^0.13.1", "@types/ioredis": "^3.2.8", "@types/joi": "^13.0.8", "@types/lodash": "^4.14.109", "@types/luxon": "^0.5.3", "@types/mongodb": "^3.0.19", "@types/passport": "^0.4.5", "@types/uuid": "^3.4.3", "@types/ws": "^5.1.2", "graphql-playground-middleware-express": "^1.7.0", "nodemon": "^1.17.5", "prettier": "^1.13.4", "ts-node": "^6.1.1", "tsconfig-paths": "^3.4.0", "tslint": "^5.10.0", "tslint-config-prettier": "^1.13.0", "tslint-plugin-prettier": "^1.3.0", "typescript": "^2.9.1" } }