UNPKG

nextbus-graphql

Version:

A GraphQL interface to the NextBus XML Feed

57 lines (56 loc) 1.65 kB
{ "name": "nextbus-graphql", "version": "0.0.4", "description": "A GraphQL interface to the NextBus XML Feed", "main": "lib/index.js", "scripts": { "babel": "babel src --out-dir lib", "build": "del ./lib && npm run babel && npm run update-schema", "lint": "eslint src", "flow": "flow", "prepublish": "npm run build", "start": "babel-node src/index.js", "test": "npm run lint", "update-schema": "babel-node src/scripts/updateSchema.js" }, "repository": { "type": "git", "url": "git+https://github.com/elliottsj/nextbus-graphql.git" }, "keywords": [ "nextbus", "graphql" ], "author": "Spencer Elliott <me@elliottsj.com>", "license": "MIT", "bugs": { "url": "https://github.com/elliottsj/nextbus-graphql/issues" }, "homepage": "https://github.com/elliottsj/nextbus-graphql#readme", "dependencies": { "apollo-server": "^0.3.0", "body-parser": "^1.15.2", "dataloader": "^1.2.0", "express": "^4.14.0", "graphql": "^0.8.2", "graphql-relay": "^0.4.3", "lodash": "^4.16.0", "memoize-id": "^0.2.0", "morgan": "^1.7.0", "nextbus": "^0.0.6" }, "devDependencies": { "babel-cli": "^6.14.0", "babel-core": "^6.14.0", "babel-eslint": "^7.1.1", "babel-plugin-transform-es2015-modules-commonjs": "^6.14.0", "babel-plugin-transform-flow-strip-types": "^6.14.0", "babel-plugin-transform-object-rest-spread": "^6.8.0", "babel-preset-es2017": "^6.14.0", "del-cli": "^0.2.0", "eslint": "^3.4.0", "eslint-config-airbnb-base": "^11.0.0", "eslint-plugin-import": "^2.2.0", "flow-bin": "^0.37.4" } }