mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00
40 lines
1 KiB
JSON
40 lines
1 KiB
JSON
{
|
|
"name": "apollo-server-azure-functions",
|
|
"version": "1.1.3",
|
|
"description": "Node.js GraphQl server for Azure Functions",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"compile": "tsc",
|
|
"prepublish": "npm run compile"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/apollographql/apollo-server/tree/master/packages/apollo-server-azure-functions"
|
|
},
|
|
"keywords": [
|
|
"GraphQL",
|
|
"Apollo",
|
|
"Server",
|
|
"Azure",
|
|
"Functions"
|
|
],
|
|
"author": "Ulrik Strid <ulrik.strid@outlook.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/apollographql/apollo-server/issues"
|
|
},
|
|
"homepage": "https://github.com/apollographql/apollo-server#readme",
|
|
"dependencies": {
|
|
"apollo-server-core": "^1.1.3",
|
|
"apollo-server-module-graphiql": "^1.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/graphql": "0.11.5",
|
|
"apollo-server-integration-testsuite": "^1.1.3",
|
|
"azure-functions-typescript": "0.0.1"
|
|
},
|
|
"typings": "dist/index.d.ts",
|
|
"typescript": {
|
|
"definition": "dist/index.d.ts"
|
|
}
|
|
}
|