feature: export indexers
docs: very beginnings of documentation
This commit is contained in:
parent
ce024ba87a
commit
d9dd449927
3 changed files with 14 additions and 2 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue