{ "name": "@aklive2d/libs", "private": true, "version": "0.0.0", "main": "index.js", "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" }, "scripts": { "lint": "eslint \"*.js\" \"**/*.js\" && prettier --check ." } }