UEA-PRODEM

This commit is contained in:
2026-06-10 12:14:46 -03:00
parent f54126b9d8
commit 9947565694
5319 changed files with 148520 additions and 129332 deletions
+8 -2
View File
@@ -1,14 +1,17 @@
{
"name": "node-releases",
"version": "2.0.27",
"version": "2.0.47",
"description": "Node.js releases data",
"type": "module",
"files": [
"data"
],
"scripts": {
"build": "node scripts/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chicoxyzzy/node-releases.git"
"url": "https://github.com/chicoxyzzy/node-releases.git"
},
"keywords": [
"nodejs",
@@ -16,6 +19,9 @@
],
"author": "Sergey Rubanov <chi187@gmail.com>",
"license": "MIT",
"engines": {
"node": ">=18"
},
"devDependencies": {
"semver": "^7.3.5"
}