项目文件夹

文件
Johann Schopplich 352a5b017d
Release + Publish / Release (push) Has been cancelled
chore: release v2.3.1
2026-07-16 08:06:50 +02:00

33 行
862 B
JSON

{
"name": "@toon-format/monorepo",
"type": "module",
"version": "2.3.1",
"private": true,
"packageManager": "pnpm@11.13.0",
"scripts": {
"build": "pnpm -r --filter='./packages/**' run build",
"automd": "automd",
"docs:dev": "pnpm -C docs run dev",
"docs:build": "pnpm -C docs run build",
"docs:preview": "pnpm -C docs run preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "pnpm -r test",
"test:types": "tsc --noEmit",
"release": "bumpp -r"
},
"devDependencies": {
"@antfu/eslint-config": "^9.1.0",
"@commitlint/types": "^21.2.0",
"@types/node": "^26.1.1",
"automd": "^0.4.3",
"bumpp": "^11.1.0",
"eslint": "^10.7.0",
"eslint-flat-config-utils": "^3.2.0",
"tsdown": "^0.22.8",
"typescript": "^6.0.3",
"vite": "^8.1.4",
"vitest": "^4.1.10"
}
}