UNPKG

apollo-flash

Version:

A smart and efficient toolkit to quickly bootstrap an apollo-server project.

54 lines (53 loc) 1.25 kB
{ "name": "apollo-flash", "description": "A smart and efficient toolkit to quickly bootstrap an apollo-server project.", "version": "1.0.0-rc2", "license": "MIT", "author": { "name": "Andréas HANSS", "url": "https://www.linkedin.com/in/andreas-hanss/" }, "main": "./build", "types": "./build", "scripts": { "build:watch": "tsc --watch", "prepublishOnly": "tsc" }, "dependencies": { "bcrypt": "^3.0.0", "graphql-auth": "^0.2.3", "include-all": "^4.0.0", "jsonwebtoken": "^8.3.0", "lodash": "^4.17.11" }, "devDependencies": { "@types/express": "^4.16.0", "@types/jsonwebtoken": "^7.2.8", "@types/lodash": "^4.14.116", "@types/node": "^10.5.7", "tslint": "^5.13.1", "typescript": "^3.3.3333" }, "peerDependencies": { "apollo-server-express": "^2.0", "graphql": "^14.2", "express": "^4.16" }, "repository": { "type": "git", "url": "https://github.com/ScreamZ/apollo-flash.git" }, "bugs": { "url": "https://github.com/ScreamZ/apollo-flash/issues" }, "keywords": [ "apollo", "apollo-server", "apollo-server-express", "apollo-graphql", "authentication", "toolkit", "bootstrap", "graphql" ] }