2018-07-05 14:40:15 -04:00
|
|
|
{
|
|
|
|
"name": "apollo-server-micro",
|
2018-07-17 16:11:33 -07:00
|
|
|
"version": "2.0.0-rc.11",
|
2018-07-05 14:40:15 -04:00
|
|
|
"description": "Production-ready Node.js GraphQL server for Micro",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"scripts": {
|
|
|
|
"compile": "tsc",
|
|
|
|
"watch": "tsc -w",
|
|
|
|
"prepare": "npm run compile"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/apollographql/apollo-server/tree/master/packages/apollo-server-micro"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"GraphQL",
|
|
|
|
"Apollo",
|
|
|
|
"Micro",
|
|
|
|
"Server",
|
|
|
|
"Javascript",
|
|
|
|
"ZEIT"
|
|
|
|
],
|
|
|
|
"author": "opensource@apollographql.com",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/apollographql/apollo-server/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/apollographql/apollo-server#readme",
|
|
|
|
"dependencies": {
|
|
|
|
"accept": "^3.0.2",
|
2018-07-17 16:11:33 -07:00
|
|
|
"apollo-server-core": "2.0.0-rc.11",
|
2018-07-05 14:40:15 -04:00
|
|
|
"apollo-upload-server": "^5.0.0",
|
|
|
|
"graphql-playground-html": "^1.6.0",
|
|
|
|
"micro": "^9.3.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-07-16 09:56:51 -07:00
|
|
|
"@types/micro": "7.3.1",
|
2018-07-17 16:11:33 -07:00
|
|
|
"apollo-server-integration-testsuite": "2.0.0-rc.11",
|
2018-07-16 09:56:51 -07:00
|
|
|
"request-promise": "4.2.2",
|
|
|
|
"test-listen": "1.1.0"
|
2018-07-05 14:40:15 -04:00
|
|
|
},
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"typescript": {
|
|
|
|
"definition": "dist/index.d.ts"
|
|
|
|
}
|
|
|
|
}
|