{
  "name": "bricabrac-sfmodules",
  "version": "0.22.3",
  "description": "",
  "main": "lib/main.js",
  "repository": "github:loveencounterflow/bricabrac-sfmodules",
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "better-sqlite3": "^12.6.0",
    "cli-table3": "github:loveencounterflow/cli-table3#82fc220",
    "env-paths": "^3.0.0",
    "normalize-function-arguments": "github:loveencounterflow/normalize-function-arguments#v0.2.1"
  },
  "peerDependencies": {
    "interlex": "^0.13.1"
  },
  "scripts": {
    "build-docs": "node lib/_cli-compile-readme.js",
    "doctoc-all": "node lib/_cli-compile-readme.js ; doctoc *.md && git add *.md doc-src/*.md ; git commit -m'update docs' ; git push --force-with-lease",
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}