apollo-server/packages/apollo-server-azure-functions/package.json

41 lines
1 KiB
JSON
Raw Normal View History

2017-08-15 09:59:29 +02:00
{
"name": "apollo-server-azure-functions",
2018-03-26 17:20:44 +03:00
"version": "1.3.3",
2017-08-15 09:59:29 +02:00
"description": "Node.js GraphQl server for Azure Functions",
"main": "dist/index.js",
"scripts": {
"compile": "tsc",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
2018-03-26 17:20:44 +03:00
"url": "https://github.com/apollographql/apollo-server/tree/master/packages/apollo-server-azure-functions"
2017-08-15 09:59:29 +02:00
},
2018-03-26 17:20:44 +03:00
"keywords": [
"GraphQL",
"Apollo",
"Server",
"Azure",
"Functions"
],
2017-08-15 09:59:29 +02:00
"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": {
2018-03-26 17:20:44 +03:00
"apollo-server-core": "^1.3.3",
"apollo-server-module-graphiql": "^1.3.3"
2017-08-15 09:59:29 +02:00
},
"devDependencies": {
"@types/graphql": "0.12.7",
2018-03-26 17:20:44 +03:00
"apollo-server-integration-testsuite": "^1.3.3",
2017-08-15 10:12:09 +02:00
"azure-functions-typescript": "0.0.1"
2017-08-15 09:59:29 +02:00
},
"typings": "dist/index.d.ts",
"typescript": {
"definition": "dist/index.d.ts"
}
}