Move yaml into runtime dependencies so the published npm installer works in clean npx environments again. Bump the package to 9.5.1, add the patch release notes, and keep README metadata aligned with the release state. Fixes #445
35 lines
837 B
JSON
35 lines
837 B
JSON
{
|
|
"name": "antigravity-awesome-skills",
|
|
"version": "9.5.1",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "antigravity-awesome-skills",
|
|
"version": "9.5.1",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"antigravity-awesome-skills": "tools/bin/install.js"
|
|
},
|
|
"dependencies": {
|
|
"yaml": "^2.8.2"
|
|
}
|
|
},
|
|
"node_modules/yaml": {
|
|
"version": "2.8.2",
|
|
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz",
|
|
"integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"yaml": "bin.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/eemeli"
|
|
}
|
|
}
|
|
}
|
|
}
|