11 lines
308 B
JSON
11 lines
308 B
JSON
{
|
|
"tasks": {
|
|
"main": "deno run --allow-read --allow-write src/main.ts",
|
|
"test": "deno run --allow-read --allow-write src/main_test.ts"
|
|
},
|
|
"imports": {
|
|
"chalk": "npm:chalk@5.4.1",
|
|
"file-type": "npm:file-type@21.0.0",
|
|
"webpack": "npm:webpack@5.101.2"
|
|
}
|
|
} |