tools

various tools I have been using throughout the years
Log | Files | Refs | README | LICENSE

deno.json (208B)


      1 {
      2 	"tasks": {
      3 		"dev": "deno run --allow-net --watch main.ts",
      4 		"run": "deno run --allow-net main.ts"
      5 	},
      6 	"imports": {
      7 		"@std/assert": "jsr:@std/assert@^1.0.19",
      8 		"linkedom": "npm:linkedom@^0.18.12"
      9 	}
     10 }