swapi-schema
Version:
GraphQL schema for swapi.io
41 lines (40 loc) • 958 B
JSON
{
"name": "swapi-schema",
"version": "0.0.2",
"description": "GraphQL schema for swapi.io",
"main": "lib/schema.js",
"scripts": {
"compile": "babel -d lib/ src/",
"prepublish": "npm run compile",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jamiter/swapi-schema.git"
},
"keywords": [
"graphql",
"swapi",
"swapi.io",
"Star Wars",
"api",
"schema"
],
"author": "Michiel ter Reehorst",
"license": "MIT",
"bugs": {
"url": "https://github.com/jamiter/swapi-schema/issues"
},
"homepage": "https://github.com/jamiter/swapi-schema#readme",
"dependencies": {
"dataloader": "^1.2.0",
"graphql": "^0.7.1",
"lodash": "^4.16.3",
"request-promise-native": "^1.0.3"
},
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-stage-0": "^6.16.0"
}
}