@web-native-js/chtml-cli
Version:
CHTML Command Line Interface.
64 lines (63 loc) • 1.5 kB
JSON
{
"name": "@web-native-js/chtml-cli",
"title": "CHTML CLI",
"description": "CHTML Command Line Interface.",
"keywords": [
"CHTML",
"CLI"
],
"homepage": "https://web-native.dev/package/chtml-cli",
"version": "0.0.6",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/web-native/chtml-cli.git"
},
"bugs": {
"url": "https://github.com/web-native/chtml-cli/issues"
},
"type": "module",
"main": "index.js",
"bin": {
"chtml": "./index.js"
},
"dependencies": {
"@octokit/auth-basic": "^1.4.6",
"@octokit/rest": "^17.11.0",
"@onephrase/util": "^0.6.2",
"chalk": "^4.1.0",
"clear": "^0.1.0",
"clui": "^0.3.6",
"configstore": "^5.0.1",
"figlet": "^1.5.0",
"jsdom": "^16.4.0",
"minimist": "^1.2.5",
"showdown": "^1.9.1",
"showdown-highlight": "^2.1.5",
"simple-git": "^2.20.1",
"touch": "^3.1.0"
},
"author": "Oxford Harrison <oxharris.dev@gmail.com>",
"maintainers": [
"Oxford Harrison <oxharris.dev@gmail.com>"
],
"contributors": [],
"funding": {
"type": "patreon",
"url": "https://patreon.com/ox_harris"
},
"badges": {
"list": [
"npmversion",
"npmdownloads",
"patreon"
],
"config": {
"patreonUsername": "ox_harris",
"githubUsername": "web-native",
"githubRepository": "chtml-cli",
"githubSlug": "web-native/chtml-cli",
"npmPackageName": "@web-native-js/chtml-cli"
}
}
}