apollo-server/packages/apollo-server-micro/package.json

47 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "apollo-server-micro",
"version": "2.0.0-rc.11",
"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",
"apollo-server-core": "2.0.0-rc.11",
"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",
"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"
},
"typings": "dist/index.d.ts",
"typescript": {
"definition": "dist/index.d.ts"
}
}