graphile-test
Version:
PostGraphile Testing
56 lines (55 loc) • 1.42 kB
JSON
{
"name": "graphile-test",
"version": "2.1.21",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "PostGraphile Testing",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
"homepage": "https://github.com/launchql/launchql",
"license": "MIT",
"publishConfig": {
"access": "public",
"directory": "dist"
},
"repository": {
"type": "git",
"url": "https://github.com/launchql/launchql"
},
"bugs": {
"url": "https://github.com/launchql/launchql/issues"
},
"scripts": {
"copy": "copyfiles -f ../../LICENSE README.md package.json dist",
"clean": "rimraf dist/**",
"prepare": "npm run build",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"build:dev": "npm run clean; tsc --declarationMap; tsc -p tsconfig.esm.json; npm run copy",
"lint": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watch"
},
"devDependencies": {
"@types/pg": "^8.15.2",
"graphql-tag": "2.12.6"
},
"dependencies": {
"@launchql/types": "^2.1.12",
"graphile-settings": "^2.1.18",
"graphql": "15.5.2",
"mock-req": "^0.2.0",
"pg": "^8.16.0",
"postgraphile": "^4.14.1"
},
"resolutions": {
"graphql": "15.5.2"
},
"keywords": [
"testing",
"graphql",
"graphile",
"launchql",
"test"
],
"gitHead": "52bbc49baf1ed0e4a1b1f349bf1817b3f71f72b0"
}