Files
github-actions[bot] b70c597022 chore(master): release 2.2.2 (#152)
* chore(master): release 2.2.2

* chore: regenerate bundles for release

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-09-14 21:46:04 +02:00

61 lines
2.3 KiB
JSON

{
"description": "188 AI agent skills for development workflows. Works with Claude Code, OpenAI Codex, and Cursor.",
"devDependencies": {
"@biomejs/biome": "2.4.16",
"husky": "9.1.7",
"lint-staged": "17.0.7",
"markdownlint-cli": "0.49.1"
},
"engines": {
"node": ">=22.22.1"
},
"license": "MIT",
"lint-staged": {
"*.js": [
"bunx biome check --write --no-errors-on-unmatched"
],
"*.json": [
"bunx biome check --write --no-errors-on-unmatched"
],
"*.md": [
"bunx markdownlint-cli --fix --ignore bundles --ignore dist --ignore plugins"
],
"*.sh": [
"bash scripts/lint-shellcheck.sh"
]
},
"name": "ship-shit-dev-library",
"overrides": {
"brace-expansion": "^5.0.8",
"js-yaml": "^4.3.2",
"smol-toml": "^1.8.0",
"linkify-it": "^5.0.2",
"picomatch": "4.0.4"
},
"packageManager": "bun@1.3.14",
"private": true,
"scripts": {
"cleanup:global": "bash scripts/cleanup-global-duplicates.sh --execute",
"catalog:check": "bun scripts/generate-catalog-summary.js --check",
"catalog:generate": "bun scripts/generate-catalog-summary.js",
"count": "bun scripts/generate-catalog-summary.js --print --check",
"deps:update": "bunx npm-check-updates -u && bun install",
"inventory": "bash scripts/cleanup-global-duplicates.sh --dry-run",
"lint": "bun run lint:md && bun run lint:code && bun run lint:sh",
"lint:code": "bunx biome check .",
"lint:docs": "bun run lint:md",
"lint:fix": "bun run lint:md:fix",
"lint:md": "bunx markdownlint-cli --ignore bundles --ignore dist --ignore plugins \"**/*.md\"",
"lint:md:fix": "bunx markdownlint-cli --ignore bundles --ignore dist --ignore plugins \"**/*.md\" --fix",
"lint:sh": "find scripts -name \"*.sh\" -exec bash scripts/lint-shellcheck.sh {} +",
"marketplace:generate": "bun run catalog:generate && bun scripts/generate-marketplace-bundles.js && bun scripts/generate-marketplace-json.js",
"prepare": "husky",
"validate": "bash scripts/validate-skill-sync.sh",
"validate:skill": "bash scripts/validate-skill-sync.sh",
"version:check": "bash scripts/check-skill-version-bumps.sh",
"pstack:verify": "python3 scripts/pstack-sync.py verify",
"pstack:candidate": "python3 scripts/pstack-sync.py candidate"
},
"version": "2.2.2"
}