You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
449 B
23 lines
449 B
{
|
|
"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"
|
|
}
|
|
}
|