mirror of
https://github.com/rstackjs/agent-skills.git
synced 2026-09-14 20:07:05 +08:00
a2d9b4588f
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
32 lines
903 B
JSON
32 lines
903 B
JSON
{
|
|
"name": "@rstackjs/agent-skills",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "pnpm --parallel --filter ./packages/** build",
|
|
"check-spell": "cspell",
|
|
"format": "prettier -w .",
|
|
"lint": "rslint && prettier -c . && pnpm run check-spell",
|
|
"lint:write": "rslint --fix && prettier -w .",
|
|
"prepare": "skills-package-manager install && simple-git-hooks && pnpm build"
|
|
},
|
|
"simple-git-hooks": {
|
|
"pre-commit": "pnpm run lint:write"
|
|
},
|
|
"devDependencies": {
|
|
"@rslint/core": "^0.4.2",
|
|
"@rstackjs/config": "workspace:*",
|
|
"@types/node": "^24.10.9",
|
|
"cspell": "^9.6.4",
|
|
"cspell-ban-words": "^0.0.4",
|
|
"prettier": "^3.8.1",
|
|
"prettier-plugin-packagejson": "^3.0.0",
|
|
"simple-git-hooks": "^2.13.1",
|
|
"skills-package-manager": "^0.9.0",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"packageManager": "pnpm@10.28.2",
|
|
"engines": {
|
|
"pnpm": ">=10.28.2"
|
|
}
|
|
}
|