UNPKG

graphql-guru-sequelize

Version:

Sequelize database resolver modules for GraphQL Guru

56 lines (55 loc) 1.51 kB
{ "name": "graphql-guru-sequelize", "version": "0.0.1", "description": "Sequelize database resolver modules for GraphQL Guru", "main": "dist/sequelize", "keywords": [ "graphql", "graphql.guru", "graphql-guru", "guru", "resolvers", "sequelize", "sql", "PostgreSQL", "MySQL", "SQLite", "MSSQL", "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", "mysql2": "^1.4.0", "pg": "^7.1.0", "pg-hstore": "^2.3.2", "pluralize": "^6.0.0", "sequelize": "^4.4.2", "sqlite3": "^3.1.9", "tedious": "^2.0.0", "watch": "^1.0.2" } }