feature: export indexers

docs: very beginnings of documentation
This commit is contained in:
Andy Burke 2025-06-13 21:00:13 -07:00
parent ce024ba87a
commit d9dd449927
3 changed files with 14 additions and 2 deletions

View file

@ -1,10 +1,11 @@
{
"name": "@andyburke/fsdb",
"version": "0.0.2",
"version": "0.1.0",
"license": "MIT",
"exports": {
".": "./fsdb.ts",
"./cli": "./cli.ts"
"./cli": "./cli.ts",
"./indexers": "./indexers.ts"
},
"tasks": {