CoolFace
Apppublic

Ejdjdososs/fable-ai

sourceHugging Facemitupdated 3mo agoView on Hugging Face
0likes
package.json29 linesDownload Raw Back to node-releases
1{2  "name": "node-releases",3  "version": "2.0.47",4  "description": "Node.js releases data",5  "type": "module",6  "files": [7    "data"8  ],9  "scripts": {10    "build": "node scripts/build.js"11  },12  "repository": {13    "type": "git",14    "url": "https://github.com/chicoxyzzy/node-releases.git"15  },16  "keywords": [17    "nodejs",18    "releases"19  ],20  "author": "Sergey Rubanov <chi187@gmail.com>",21  "license": "MIT",22  "engines": {23    "node": ">=18"24  },25  "devDependencies": {26    "semver": "^7.3.5"27  }28}29