2017-07-17 16:29:40 -07:00
|
|
|
{
|
|
|
|
"name": "apollo-server-micro",
|
2017-12-18 07:34:48 +01:00
|
|
|
"version": "1.3.1",
|
2017-07-17 16:29:40 -07:00
|
|
|
"description": "Production-ready Node.js GraphQL server for Micro",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"scripts": {
|
|
|
|
"compile": "tsc",
|
|
|
|
"prepublish": "npm run compile"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-01-09 00:08:01 +01:00
|
|
|
"url":
|
|
|
|
"https://github.com/apollographql/apollo-server/tree/master/packages/apollo-server-micro"
|
2017-07-17 16:29:40 -07:00
|
|
|
},
|
2018-01-09 00:08:01 +01:00
|
|
|
"keywords": ["GraphQL", "Apollo", "Micro", "Server", "Javascript"],
|
2017-07-17 16:29:40 -07:00
|
|
|
"author": "Nick Nance <nance.nick@gmail.email>",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/apollographql/apollo-server/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/apollographql/apollo-server#readme",
|
|
|
|
"dependencies": {
|
2017-12-18 07:34:48 +01:00
|
|
|
"apollo-server-core": "^1.3.1",
|
2017-12-12 09:45:49 +01:00
|
|
|
"apollo-server-module-graphiql": "^1.3.0"
|
2017-07-17 16:29:40 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-12-12 19:32:57 +00:00
|
|
|
"@types/graphql": "0.11.7",
|
2017-08-24 05:27:05 +00:00
|
|
|
"@types/micro": "7.3.1",
|
2017-12-18 07:34:48 +01:00
|
|
|
"apollo-server-integration-testsuite": "^1.3.1",
|
2017-09-01 08:36:14 +00:00
|
|
|
"micro": "8.0.4",
|
2017-09-18 07:05:31 +00:00
|
|
|
"microrouter": "2.2.3"
|
2017-07-17 16:29:40 -07:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2017-12-04 20:42:31 +07:00
|
|
|
"micro": "^8.0.1 || ^9.0.1"
|
2017-07-17 16:29:40 -07:00
|
|
|
},
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"typescript": {
|
|
|
|
"definition": "dist/index.d.ts"
|
|
|
|
}
|
|
|
|
}
|