mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-22 18:29:26 +00:00
14 lines
267 B
JSON
14 lines
267 B
JSON
{
|
|
"tasks": {
|
|
"start": "deno run -P=cloudcmd bin/cloudcmd.mjs"
|
|
},
|
|
"permissions": {
|
|
"cloudcmd": {
|
|
"env": true,
|
|
"read": true,
|
|
"sys": true,
|
|
"net": true,
|
|
"run": true
|
|
}
|
|
}
|
|
}
|