16 lines
339 B
JSON
16 lines
339 B
JSON
{
|
|
"name": "@aklive2d/downloader",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"main": "index.ts",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@aklive2d/libs": "workspace:*",
|
|
"p-throttle": "^8.0.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "biome lint --write .",
|
|
"lint:fix": "biome check --write ."
|
|
}
|
|
}
|