21 lines
506 B
JSON
21 lines
506 B
JSON
{
|
|
"name": "@aklive2d/config",
|
|
"version": "0.0.0",
|
|
"main": "index.ts",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@aklive2d/libs": "workspace:*",
|
|
"@aklive2d/eslint-config": "workspace:*",
|
|
"@aklive2d/prettier-config": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"globals": ">=16.0.0",
|
|
"typescript-eslint": ">=8.31.1",
|
|
"typescript": ">=5.8.2"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint && prettier --check ."
|
|
}
|
|
}
|