package.json 684 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "apollo-datasource",
  3. "version": "0.10.0",
  4. "author": "Apollo <opensource@apollographql.com>",
  5. "license": "MIT",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/apollographql/apollo-server",
  9. "directory": "packages/apollo-datasource"
  10. },
  11. "homepage": "https://github.com/apollographql/apollo-server#readme",
  12. "bugs": {
  13. "url": "https://github.com/apollographql/apollo-server/issues"
  14. },
  15. "main": "dist/index.js",
  16. "types": "dist/index.d.ts",
  17. "engines": {
  18. "node": ">=6"
  19. },
  20. "dependencies": {
  21. "apollo-server-caching": "^0.7.0",
  22. "apollo-server-env": "^3.2.0"
  23. },
  24. "gitHead": "91de501bb389c07ccfc5e684811153267b91e9ac"
  25. }