auth modal
Build and Push Docker Image / build (push) Successful in 18s

This commit is contained in:
2026-05-27 09:07:23 -05:00
parent 2d4920bd15
commit 97be2d2908
2656 changed files with 497146 additions and 8 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"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"
}
}