Files
skills/package.json
github-actions[bot] 30204e66cb chore: version skills
2026-08-06 14:04:48 +00:00

22 lines
597 B
JSON

{
"name": "mattpocock-skills",
"version": "1.2.3",
"private": true,
"description": "Matt Pocock's agent skills for real engineering",
"repository": {
"type": "git",
"url": "https://github.com/mattpocock/skills"
},
"license": "MIT",
"scripts": {
"changeset": "changeset",
"version": "changeset version && node scripts/sync-plugin-version.mjs",
"check-plugin-version": "node scripts/sync-plugin-version.mjs --check"
},
"devDependencies": {
"@changesets/changelog-github": "^0.7.0",
"@changesets/cli": "^2.30.0"
},
"packageManager": "npm@10.9.4"
}