mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 15:24:10 +08:00
32 lines
813 B
JSON
32 lines
813 B
JSON
{
|
|
"name": "@toon-format/monorepo",
|
|
"type": "module",
|
|
"version": "2.1.0",
|
|
"private": true,
|
|
"packageManager": "pnpm@10.26.0",
|
|
"scripts": {
|
|
"build": "pnpm -r --filter=./packages/** run build",
|
|
"automd": "automd",
|
|
"docs:dev": "vitepress dev docs",
|
|
"docs:build": "vitepress build docs",
|
|
"docs:preview": "vitepress preview docs",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"test": "pnpm -r test",
|
|
"test:types": "tsc --noEmit",
|
|
"release": "bumpp -r"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^6.7.1",
|
|
"@commitlint/types": "^20.2.0",
|
|
"@types/node": "^24.10.4",
|
|
"automd": "^0.4.2",
|
|
"bumpp": "^10.3.2",
|
|
"eslint": "^9.39.2",
|
|
"tsdown": "^0.18.0",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "^4.0.15"
|
|
}
|
|
}
|