mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "graphql-server-integration-testsuite",
|
|
"private": true,
|
|
"version": "0.8.4",
|
|
"description": "Apollo Server Integrations testsuite",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"compile": "tsc",
|
|
"prepublish": "npm run compile"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/apollostack/graphql-server/tree/master/packages/graphql-server-integration-testsuite"
|
|
},
|
|
"keywords": [],
|
|
"author": "Jonas Helfer <jonas@helfer.email>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/apollostack/graphql-server/issues"
|
|
},
|
|
"homepage": "https://github.com/apollostack/graphql-server#readme",
|
|
"dependencies": {
|
|
"graphql-server-core": "^0.8.4",
|
|
"graphql-server-module-graphiql": "^0.8.2",
|
|
"graphql-server-module-operation-store": "^0.8.2",
|
|
"supertest": "^3.0.0",
|
|
"supertest-as-promised": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/graphql": "^0.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"graphql": "^0.9.0 || ^0.10.1"
|
|
},
|
|
"optionalDependencies": {
|
|
"@types/graphql": "^0.9.0"
|
|
},
|
|
"typings": "dist/index.d.ts",
|
|
"typescript": {
|
|
"definition": "dist/index.d.ts"
|
|
}
|
|
}
|