28 lines
683 B
JSON
28 lines
683 B
JSON
{
|
|
"name": "@aklive2d/libs",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"main": "index.ts",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@aklive2d/eslint-config": "workspace:*",
|
|
"@aklive2d/prettier-config": "workspace:*",
|
|
"sharp": "^0.33.5",
|
|
"yaml": "^2.7.0",
|
|
"yauzl-promise": "^4.0.0",
|
|
"yazl": "^3.3.1"
|
|
},
|
|
"peerDependencies": {
|
|
"globals": ">=16.0.0",
|
|
"typescript-eslint": ">=8.31.1",
|
|
"typescript": ">=5.8.2"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint && prettier --check ."
|
|
},
|
|
"devDependencies": {
|
|
"@types/yauzl-promise": "^4.0.1",
|
|
"@types/yazl": "^2.4.6"
|
|
}
|
|
}
|