get-published-version
Version:
Gets the currently published version of a package
30 lines (29 loc) • 622 B
JSON
{
"name": "get-published-version",
"version": "1.0.6",
"description": "Gets the currently published version of a package",
"main": "dist/index.js",
"files": [
"dist/*"
],
"bin": {
"get-published-version": "dist/bin.js"
},
"scripts": {
"build": "./node_modules/.bin/tsc",
"watch": "./node_modules/.bin/tsc -w"
},
"repository": {
"type": "git",
"url": "TODO"
},
"author": "Mike Westbrook",
"license": "MIT",
"devDependencies": {
"@types/node": "^12.12.7",
"@types/semver": "^6.2.0",
"semver": "^6.3.0",
"typescript": "^3.7.2"
},
"dependencies": {}
}