23 lines
449 B
JSON
23 lines
449 B
JSON
|
{
|
||
|
"name": "node-releases",
|
||
|
"version": "2.0.18",
|
||
|
"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 <chi187@gmail.com>",
|
||
|
"license": "MIT",
|
||
|
"devDependencies": {
|
||
|
"semver": "^7.3.5"
|
||
|
}
|
||
|
}
|