avancement planning

This commit is contained in:
2026-05-26 11:58:39 +02:00
parent 619a2b240a
commit 150b97cd2e
4892 changed files with 99214 additions and 429382 deletions
+8 -2
View File
@@ -1,14 +1,17 @@
{
"name": "node-releases",
"version": "2.0.27",
"version": "2.0.46",
"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"
}