mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
23 lines
304 B
JSON
23 lines
304 B
JSON
|
{
|
||
|
"tasks": {
|
||
|
"start": "deno run index.js"
|
||
|
},
|
||
|
"unstable": [
|
||
|
"abc",
|
||
|
"byonm",
|
||
|
"bare-node-builtins",
|
||
|
"sloppy-imports",
|
||
|
"unsafe-proto",
|
||
|
"webgpu",
|
||
|
"broadcast-channel",
|
||
|
"worker-options",
|
||
|
"cron",
|
||
|
"kv",
|
||
|
"ffi",
|
||
|
"fs",
|
||
|
"net",
|
||
|
"http",
|
||
|
"cba"
|
||
|
]
|
||
|
}
|