mirror of
https://github.com/rstackjs/agent-skills.git
synced 2026-09-14 20:07:05 +08:00
28 lines
716 B
JSON
28 lines
716 B
JSON
{
|
|
"name": "@rstackjs/agent-skills",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "pnpm --parallel --filter ./packages/** build",
|
|
"check": "rs check && pnpm run check-spell",
|
|
"check-spell": "cspell",
|
|
"format": "rs fmt",
|
|
"lint": "rs lint",
|
|
"prepare": "skills-package-manager install && rs hooks && pnpm build"
|
|
},
|
|
"devDependencies": {
|
|
"@rstackjs/config": "workspace:*",
|
|
"@types/node": "^24.10.9",
|
|
"cspell": "^9.6.4",
|
|
"cspell-ban-words": "^0.0.4",
|
|
"heading-case": "^2.0.2",
|
|
"rstack": "^0.7.2",
|
|
"skills-package-manager": "^0.11.0",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"packageManager": "pnpm@10.28.2",
|
|
"engines": {
|
|
"pnpm": ">=10.28.2"
|
|
}
|
|
}
|