findagrave-client
Version:
TypeScript client for FindAGrave GraphQL and REST APIs
38 lines (37 loc) • 875 B
JSON
{
"name": "findagrave-client",
"version": "0.1.4",
"description": "TypeScript client for FindAGrave GraphQL and REST APIs",
"main": "index.cjs",
"module": "index.js",
"types": "index.d.ts",
"type": "module",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.js",
"require": "./index.cjs"
}
},
"dependencies": {
"@urql/core": "5.2.0",
"graphql": "^16.11.0"
},
"keywords": [
"findagrave",
"genealogy",
"cemetery",
"graphql",
"typescript"
],
"author": "Daniel Sieradski <daniel@self.agency>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/selfagency/findagrave-client.git"
},
"bugs": {
"url": "https://github.com/selfagency/findagrave-client/issues"
},
"homepage": "https://github.com/selfagency/findagrave-client#readme"
}