{ "name": "@commonfabric/shell", "tasks": { "clean": "rm -rf dist", "build": "deno task clean && deno run -A ../felt/cli.ts build .", "production": "deno task clean && PRODUCTION=1 deno run -A ../felt/cli.ts build .", "serve": "deno run -A ../felt/cli.ts serve .", "dev": "deno task clean && API_URL=https://toolshed.saga-castor.ts.net deno run -A ../felt/cli.ts dev .", "dev-local": "deno task clean && API_URL=http://localhost:$TOOLSHED_PORT deno run -A ../felt/cli.ts dev .", "dev-clusterduck": "deno task clean && API_URL='http://localhost:7001' deno run -A ../felt/cli.ts dev .", "integration": "LOG_LEVEL=warn deno test -A $INTEGRATION_TEST_FLAGS ./integration/*.test.ts", "test": "deno test --allow-read --allow-write --allow-run --allow-env test/*.test.ts" }, "exports": { "./shared": "./shared/mod.ts" }, "imports": { "@lit/context": "npm:@lit/context@^1.1.5", "@lit/task": "npm:@lit/task@^1.0.2" } }