himbot/deno.json
Atridad Lahiji 86de1d9113
Better docs
2023-05-30 17:25:47 -06:00

8 lines
293 B
JSON

{
"tasks": {
"dev": "deno run --watch mod.ts",
"start": "deno run --allow-env --allow-net --allow-read --allow-write mod.ts",
"new:command": "cp ./examples/newCommand.txt ./src/commands/newCommand.ts",
"new:event": "cp ./examples/newEvent.txt ./src/events/newEvent.ts"
}
}