Files
aklive2d/apps/module/package.json
2025-05-02 02:27:42 +08:00

21 lines
547 B
JSON

{
"name": "@aklive2d/module",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"lint": "eslint && prettier --check ."
},
"peerDependencies": {
"globals": ">=16.0.0",
"typescript-eslint": ">=8.31.1",
"typescript": ">=5.8.2"
},
"devDependencies": {
"@aklive2d/postcss-config": "workspace:*",
"@aklive2d/prettier-config": "workspace:*",
"@aklive2d/stylelint-config": "workspace:*",
"@aklive2d/eslint-config": "workspace:*"
}
}