apollo-datasource-http
Version:
[](https://github.com/StarpTech/apollo-datasource-http/actions/workflows/ci.yml)
83 lines (82 loc) • 1.97 kB
JSON
{
"name": "apollo-datasource-http",
"version": "0.21.0",
"author": "Dustin Deus <deusdustin@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/StarpTech/apollo-datasource-http"
},
"homepage": "https://github.com/StarpTech/apollo-datasource-http#readme",
"bugs": {
"url": "https://github.com/StarpTech/apollo-datasource-http/issues"
},
"scripts": {
"build": "tsc",
"format": "prettier --write '**/*.{js,ts,json,md}'",
"cov": "nyc --reporter=lcov --reporter=text-summary -- npm run test",
"test": "ava",
"prepare": "npm run build",
"release": "release-it --github.release"
},
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"engines": {
"node": ">=12"
},
"keywords": [
"apollo",
"data-source",
"rest",
"json",
"rest",
"graphql"
],
"files": [
"dist/src"
],
"sideEffects": false,
"ava": {
"files": [
"test/*"
],
"extensions": [
"ts"
],
"timeout": "10s",
"require": [
"ts-node/register"
]
},
"dependencies": {
"@alloc/quick-lru": "^5.2.0",
"apollo-datasource": "^3.3.1",
"apollo-server-caching": "^3.3.0",
"apollo-server-errors": "^3.3.1",
"apollo-server-types": "^3.5.1",
"stream-to-promise": "^3.0.0",
"undici": "^4.13.0"
},
"peerDependencies": {
"graphql": "^15.3.0 || ^16.0.0"
},
"devDependencies": {
"@sinonjs/fake-timers": "^8.1.0",
"@tsconfig/node12": "^1.0.9",
"@types/node": "^17.0.5",
"@types/sinonjs__fake-timers": "^8.1.1",
"@types/stream-to-promise": "^2.2.1",
"abort-controller": "^3.0.0",
"apollo-datasource-rest": "^3.5.1",
"ava": "^3.15.0",
"graphql": "^16.3.0",
"h2url": "^0.2.0",
"nock": "^13.2.4",
"nyc": "^15.1.0",
"prettier": "^2.5.1",
"release-it": "^14.12.4",
"ts-node": "^10.5.0",
"typescript": "^4.5.5",
"uid": "^2.0.0"
}
}