mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 15:24:10 +08:00
28 lines
650 B
JSON
28 lines
650 B
JSON
{
|
|
"name": "@toon-format/monorepo",
|
|
"type": "module",
|
|
"version": "0.7.1",
|
|
"private": true,
|
|
"packageManager": "pnpm@10.20.0",
|
|
"scripts": {
|
|
"build": "pnpm -r --filter=./packages/** run build",
|
|
"automd": "automd",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"test": "pnpm -r test",
|
|
"test:types": "tsc --noEmit",
|
|
"release": "bumpp -r"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^6.2.0",
|
|
"@types/node": "^24.9.2",
|
|
"automd": "^0.4.2",
|
|
"bumpp": "^10.3.1",
|
|
"eslint": "^9.39.0",
|
|
"tsdown": "^0.15.12",
|
|
"tsx": "^4.20.6",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "^4.0.6"
|
|
}
|
|
}
|