1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 19:59:37 +00:00
classcharts-api-js/deno.jsonc

13 lines
315 B
JSON
Raw Permalink Normal View History

2023-08-30 12:28:49 +01:00
{
"tasks": {
"npm": "deno run -A scripts/build_npm.ts",
"format": "deno run -A npm:@biomejs/biome format . --write",
"lint": "deno run -A npm:@biomejs/biome lint ."
2023-08-30 12:28:49 +01:00
},
2024-05-28 14:32:57 +01:00
"exclude": ["npm"],
"imports": {
"@deno/dnt": "jsr:@deno/dnt@^0.41.1",
"@std/assert": "jsr:@std/assert@^0.225.3"
}
2023-08-30 12:28:49 +01:00
}