Skip to main content
Module

x/ndeno/deno.jsonc

Command line tool created by deno to manage node projects | deno 实现的 node 项目包管理命令工具
Go to Latest
File
{ "tasks": { "start": "deno run -A mod.ts", "release": "deno run --allow-read --allow-write --allow-env --allow-run https://deno.land/x/easy_std@v0.4.6/scripts/release.ts", "install": "deno install --allow-read --allow-env --allow-run --allow-write --unstable -rfn n mod.ts" }, "fmt": { "semiColons": false }, "lock": true}