{
"name": "lectio",
"type": "module",
"collaborators": [
"Ryan Simeon benedictrsimeon@gmail.com"
],
"description": "Searches the given bible readings for a specific date",
"version": "0.1.3",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Ryanssd22/lectio"
},
"files": [
"lectio_wasm_bg.wasm",
"lectio_wasm.js",
"lectio_wasm.d.ts"
],
"main": "lectio_wasm.js",
"homepage": "https://github.com/Ryanssd22/lectio",
"types": "lectio_wasm.d.ts",
"sideEffects": [
"./snippets/*"
],
"keywords": [
"cli",
"bible",
"reading"
]
}