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", "install": "deno install --allow-read --allow-env --allow-run --allow-write --unstable -rfn n mod.ts" }, "fmt": { "options": { "semiColons": false } }, "lint": { "rules": { "exclude": ["no-explicit-any"] } }, "compilerOptions": { "types": ["npm:@types/node"] }}