chnp-cli
Version:
Code Highlight and Print Command Line version
31 lines (30 loc) • 669 B
JSON
{
"name": "chnp-cli",
"version": "1.0.1",
"description": "Code Highlight and Print Command Line version",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"CLI",
"CodeHighlight",
"Print"
],
"bin": {
"cohls": "./session/bin.js",
"cohl": "./bin/index.js"
},
"author": "ShGI",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.2",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"highlight.js": "^11.9.0",
"http": "^0.0.1-security",
"open": "^8.2.0",
"prompt-sync": "^4.2.0",
"sanitize-html": "^2.13.0"
}
}