graphql-guru-jsondb
Version:
JSON database resolver modules for GraphQL Guru
48 lines (47 loc) • 1.33 kB
JSON
{
"name": "graphql-guru-jsondb",
"version": "0.0.1",
"description": "JSON database resolver modules for GraphQL Guru",
"main": "dist/jsondb",
"keywords": [
"graphql",
"graphql.guru",
"graphql-guru",
"guru",
"resolvers",
"json",
"jsondb",
"lowdb",
"database"
],
"scripts": {
"build": "node ./node_modules/@graphql-guru/babel-tasks/tasks.js",
"watch": "npm run build -- -w",
"lint": "eslint --quiet './src' || true",
"test": "ava --fail-fast server/__tests__",
"test:spec": "ava server/__tests__ -v",
"test:watch": "watch 'npm run test' ./server"
},
"dependencies": {
"@graphql-guru/babel-tasks": "^1.0.2",
"ava": "^0.21.0",
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.2",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"bluebird": "^3.5.0",
"class-autobind": "^0.1.4",
"eslint": "^4.3.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-graphql": "^1.3.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"lowdb": "^0.16.2",
"uuid": "^3.1.0",
"watch": "^1.0.2"
}
}