mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
8 lines
207 B
JSON
8 lines
207 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"]
|
|
}
|