{ "name": "@commontools/cli", "tasks": { "cli": "ROOT=$(pwd) && cd $INIT_CWD && deno run --allow-net --allow-ffi --allow-read --allow-write --allow-env \"$ROOT/mod.ts\"", "cli-no-pwd-override": "deno run --allow-net --allow-ffi --allow-read --allow-write --allow-env ./mod.ts", "test": "deno test --allow-ffi --allow-read --allow-write --allow-run --allow-env test/*.test.ts", "integration": "CT_CLI_INTEGRATION_USE_LOCAL=1 LOG_LEVEL=warn ./integration/integration.sh", "acl-integration": "CT_CLI_INTEGRATION_USE_LOCAL=1 LOG_LEVEL=warn ./integration/acl.sh" }, "exports": { ".": "./mod.ts" }, "imports": { "@cliffy/table": "jsr:@cliffy/table@^1.0.0-rc.8" } }