apollo-server/packages/graphql-server-integration-testsuite/package.json

43 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "graphql-server-integration-testsuite",
"private": true,
2016-10-23 01:18:02 -07:00
"version": "0.4.3",
"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": {
2016-10-23 01:18:02 -07:00
"graphql-server-core": "^0.4.3",
"graphql-server-module-graphiql": "^0.4.3",
"graphql-server-module-operation-store": "^0.4.3",
"supertest": "^2.0.0",
"supertest-as-promised": "^4.0.0"
},
"devDependencies": {
"typed-graphql": "^1.0.2"
},
"peerDependencies": {
"graphql": "^0.6.1 || ^0.7.0 || ^0.8.0"
},
"optionalDependencies": {
"typed-graphql": "^1.0.2"
},
"typings": "dist/index.d.ts",
"typescript": {
"definition": "dist/index.d.ts"
}
}