@liplum/cli
Version:
A helpful wrapper around command-line-args and command-line-usage
53 lines (52 loc) • 1.26 kB
JSON
{
"name": "@liplum/cli",
"version": "1.0.1",
"description": "A helpful wrapper around command-line-args and command-line-usage",
"main": "dist/index.js",
"type": "module",
"typings": "dist/index.d.ts",
"license": "MIT",
"files": [
"dist"
],
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "gut+https://github.com/liplum/cli.js.git"
},
"author": "Liplum <Li_plum@outlook.com>",
"scripts": {
"build": "tsc",
"test": "tsdx test"
},
"dependencies": {
"chalk": "^5.3.0",
"command-line-args": "^5.2.1",
"command-line-usage": "^7.0.1",
"@types/command-line-args": "^5.2.3",
"@types/command-line-usage": "^5.0.4",
"didyoumean": "^1.2.2",
"remove-markdown": "^0.5.0",
"tslib": "2.6.2"
},
"devDependencies": {
"@types/jest": "29.5.12",
"@types/remove-markdown": "0.3.4",
"@types/didyoumean": "^1.2.2",
"@types/node": "^20.12.12",
"jest-snapshot-serializer-ansi": "2.1.0",
"strip-ansi": "7.1.0",
"tsdx": "0.14.1",
"typescript": "5.4.5"
},
"bugs": {
"url": "https://github.com/liplum/cli.js/issues"
},
"homepage": "https://github.com/liplum/cli.js#readme",
"keywords": [
"cli",
"command-line-args"
]
}