zioinfo-mail/workspace/guardia-manager/frontend/node_modules/node-releases/package.json
DESKTOP-TKLFCPR\ython cfe2901a55 refactor(structure): consolidate all projects under workspace/
- itsm/    -> workspace/guardia-itsm/
- manager/ -> workspace/guardia-manager/
- app/     -> workspace/guardia-messenger/
- manual/  -> workspace/guardia-docs/

workspace/zioinfo-web/ unchanged.
git mv preserves full commit history.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-31 23:50:56 +09:00

29 lines
513 B
JSON

{
"name": "node-releases",
"version": "2.0.46",
"description": "Node.js releases data",
"type": "module",
"files": [
"data"
],
"scripts": {
"build": "node scripts/build.js"
},
"repository": {
"type": "git",
"url": "https://github.com/chicoxyzzy/node-releases.git"
},
"keywords": [
"nodejs",
"releases"
],
"author": "Sergey Rubanov <chi187@gmail.com>",
"license": "MIT",
"engines": {
"node": ">=18"
},
"devDependencies": {
"semver": "^7.3.5"
}
}