mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-11 18:59:05 +00:00
12 lines
315 B
JSON
12 lines
315 B
JSON
{
|
|
"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 ."
|
|
},
|
|
"exclude": ["npm"],
|
|
"imports": {
|
|
"@deno/dnt": "jsr:@deno/dnt@^0.42.3",
|
|
"@std/assert": "jsr:@std/assert@^0.225.3"
|
|
}
|
|
}
|