The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/packages/apps-engine/deno-runtime/deno.jsonc

17 lines
538 B

{
"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=../../../"
}
}