diff --git a/package.json b/package.json index af4d51c..716e0a0 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "lint": "eslint --ext .ts .", "lint:fix": "eslint --fix --ext .ts .", "test:file": "jest --watch --onlyChanged --coverage=true --verbose", - "test:verbose": "jest --verbose" + "test:verbose": "jest --verbose", + "version:show": "node -e \"console.log(require('./package.json').version)\"" }, "repository": { "type": "git",