{ "name": "apollo-server-azure-functions", "version": "1.3.6", "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 ", "license": "MIT", "bugs": { "url": "https://github.com/apollographql/apollo-server/issues" }, "homepage": "https://github.com/apollographql/apollo-server#readme", "dependencies": { "apollo-server-core": "2.0.0-beta.1", "apollo-server-module-graphiql": "^1.3.4" }, "devDependencies": { "@types/node": "^10.1.2", "apollo-server-integration-testsuite": "^1.3.6", "azure-functions-typescript": "0.0.1" }, "typings": "dist/index.d.ts", "typescript": { "definition": "dist/index.d.ts" } }