Files
photography_form_worker/node_modules/@apollo/utils.fetcher/package.json
2025-05-15 13:32:55 +10:00

24 lines
503 B
JSON

{
"name": "@apollo/utils.fetcher",
"version": "2.0.1",
"description": "Minimal web-style fetch TypeScript typings",
"main": "",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/apollographql/apollo-utils.git",
"directory": "packages/fetcher/"
},
"keywords": [
"apollo",
"graphql",
"typescript",
"node"
],
"author": "Apollo <packages@apollographql.com>",
"license": "MIT",
"engines": {
"node": ">=14"
}
}