tools-runner
v0.0.69
Published
RENAMED: tools-runner is now @jsonlisp/core (the jsonlisp CLI). This compatibility shim forwards to it — npm install @jsonlisp/core.
Readme
tools-runner → @jsonlisp/core
tools-runner was renamed to @jsonlisp/core
(the jsonlisp CLI).
This package is a compatibility shim: it depends on @jsonlisp/core and
forwards the CLI (tools-runner command), the main facade, and the
historical node_modules/tools-runner/src/cli.ts ts-node entry point.
Migrate by replacing the dependency:
npm uninstall tools-runner && npm install --save-dev @jsonlisp/coreand using the jsonlisp command (same arguments, same activity files).
