mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-11 18:59:05 +00:00
9 lines
124 B
JSON
9 lines
124 B
JSON
{
|
|
"tasks": {
|
|
"npm": "deno run -A scripts/build_npm.ts"
|
|
},
|
|
"exclude": ["npm"],
|
|
"imports": {
|
|
"~/": "./"
|
|
}
|
|
}
|