graphile-test
Version:
PostGraphile Testing
60 lines (59 loc) • 1.48 kB
JSON
{
"name": "graphile-test",
"version": "4.19.6",
"author": "Constructive <developers@constructive.io>",
"description": "PostGraphile Testing",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
"homepage": "https://github.com/constructive-io/constructive",
"license": "MIT",
"publishConfig": {
"access": "public",
"directory": "dist"
},
"repository": {
"type": "git",
"url": "https://github.com/constructive-io/constructive"
},
"bugs": {
"url": "https://github.com/constructive-io/constructive/issues"
},
"scripts": {
"clean": "makage clean",
"prepack": "npm run build",
"build": "makage build",
"build:dev": "makage build --dev",
"lint": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watch"
},
"devDependencies": {
"@types/pg": "^8.20.0",
"graphql-tag": "2.12.6",
"makage": "^0.3.0"
},
"dependencies": {
"@constructive-io/graphql-env": "^3.14.4",
"@constructive-io/graphql-types": "^3.13.4",
"@pgpmjs/types": "^2.33.1",
"grafast": "1.0.2",
"graphile-build": "5.0.2",
"graphile-build-pg": "5.0.2",
"graphile-config": "1.0.1",
"graphql": "16.13.0",
"mock-req": "^0.2.0",
"pg": "^8.21.0",
"pgsql-test": "^4.18.6",
"postgraphile": "5.0.3"
},
"keywords": [
"testing",
"graphql",
"graphile",
"constructive",
"pgpm",
"test"
],
"gitHead": "43b73b3014cb9388ca3218611455c7e0f202f042"
}