GitHub Action
πŸš€ Auto-deploy from GitHub Actions
7b7bdab
raw
history blame contribute delete
449 Bytes
{
"name": "node-releases",
"version": "2.0.19",
"description": "Node.js releases data",
"type": "module",
"scripts": {
"build": "node scripts/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chicoxyzzy/node-releases.git"
},
"keywords": [
"nodejs",
"releases"
],
"author": "Sergey Rubanov <[email protected]>",
"license": "MIT",
"devDependencies": {
"semver": "^7.3.5"
}
}