oh-clif
Version:
An objected oriented CLI framework built on top of yargs
65 lines (64 loc) • 1.61 kB
JSON
{
"name": "oh-clif",
"version": "0.1.1-dev.0",
"description": "An objected oriented CLI framework built on top of yargs",
"main": "lib/index.js",
"dependencies": {
"yargs": "^17.1.1"
},
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/chai-spies": "^1.0.3",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.21",
"@types/sinon": "^9.0.10",
"@types/yargs": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"chai": "^4.2.0",
"chai-spies": "^1.0.0",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.3.1",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"prettier": "^2.2.1",
"sinon": "^9.2.4",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"directories": {
"lib": "lib"
},
"files": [
"lib"
],
"scripts": {
"build": "tsc",
"build:watch": "npm run build -- --watch",
"lint": "eslint '*/**/*.{js,ts,tsx}'",
"lint:fix": "eslint --fix '*/**/*.{js,ts,tsx}'",
"prettier": "prettier --check .",
"prettier:fix": "prettier .",
"test": "nyc mocha -r ts-node/register src 'src/**/*.spec.ts'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joemcguckin14/oh-clif.git"
},
"keywords": [
"object",
"oriented",
"cli",
"framework",
"oh",
"clif",
"cli"
],
"author": "Joe McGuckin",
"license": "MIT",
"bugs": {
"url": "https://github.com/joemcguckin14/oh-clif/issues"
},
"homepage": "https://github.com/joemcguckin14/oh-clif#readme"
}