UNPKG

cross-platform-clear-console

Version:

Cross platform console clear for Node.js

39 lines (38 loc) 962 B
{ "name": "cross-platform-clear-console", "version": "2.3.0", "description": "Cross platform console clear for Node.js", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/ahmadawais/ClearConsole.git" }, "keywords": [ "clear", "console", "clear console", "clear console windows", "clear console linux", "clear console mac OS" ], "author": "Ahmad Awais (https://AhmadAwais.com/)", "license": "MIT", "bugs": { "url": "https://github.com/ahmadawais/ClearConsole/issues" }, "homepage": "https://github.com/ahmadawais/ClearConsole#readme", "devDependencies": { "auto-changelog": "^1.7.2", "release-it": "^7.4.3" }, "scripts": { "release": "release-it && auto-changelog && git add . && git ci -m ' 📖 DOC: Update the changelog' && git push" }, "auto-changelog": { "output": "CHANGELOG.md", "template": "clTemplate.hbs", "unreleased": true, "commitLimit": false, "package": true } }