@gracious.tech/fetch-client
Version:
Interact with a fetch(bible) collection in an API-like way
42 lines (41 loc) • 900 B
JSON
{
"name": "@gracious.tech/fetch-client",
"version": "1.0.0",
"description": "Interact with a fetch(bible) collection in an API-like way",
"type": "module",
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/bundled.cjs"
},
"./client.css": {
"import": "./dist/client.css",
"require": "./dist/client.css"
}
},
"types": "./dist/esm/index.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/gracious-tech/fetch.git"
},
"keywords": [
"bible",
"api",
"cdn"
],
"author": "Gracious Tech",
"license": "MIT-0",
"bugs": {
"url": "https://github.com/gracious-tech/fetch/issues"
},
"homepage": "https://fetch.bible/",
"dependencies": {
"@gracious.tech/bible-references": "^1.0.0"
},
"devDependencies": {
"sass": "^1.63.4"
}
}