get-npm-version
Version:
Returns the NPM version installed in your environment
26 lines (25 loc) • 600 B
JSON
{
"name": "get-npm-version",
"version": "1.0.7",
"description": "Returns the NPM version installed in your environment",
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": [
"npm-version",
"get-npm-version",
"npmversion",
"npm-version"
],
"repository": {
"type": "git",
"url": "https://github.com/tutyamxx/get-npm-version"
},
"homepage": "https://github.com/tutyamxx/get-npm-version",
"author": "tuty",
"license": "MIT",
"devDependencies": {
"jest": "^29.7.0"
}
}