{ "name": "@commonfabric/lib-shell", "tasks": { "test": "deno test --allow-read --allow-write --allow-run --allow-env test/*.test.ts" }, "exports": { ".": "./src/index.ts", "./credentials": "./src/credentials.ts", "./runtime": "./src/runtime.ts" } }