Rocket.Chat/packages/apps-engine/deno-runtime/deno.jsonc
2025-06-07 14:39:03 +00:00

24 lines
607 B
Plaintext

{
"imports": {
"@msgpack/msgpack": "npm:@msgpack/msgpack@3.0.0-beta2",
"@rocket.chat/apps-engine/": "./../src/",
"@rocket.chat/ui-kit": "npm:@rocket.chat/ui-kit@^0.31.22",
"@std/cli": "jsr:@std/cli@^1.0.9",
"acorn": "npm:acorn@8.10.0",
"acorn-walk": "npm:acorn-walk@8.2.0",
"astring": "npm:astring@1.8.6",
"jsonrpc-lite": "npm:jsonrpc-lite@2.2.0",
"stack-trace": "npm:stack-trace@0.0.10",
"uuid": "npm:uuid@8.3.2"
},
"tasks": {
"test": "deno test --no-check --allow-read=../../../"
},
"fmt": {
"lineWidth": 160,
"useTabs": true,
"indentWidth": 4,
"singleQuote": true
}
}