meow-helper
Version:
Generate nicely formatted help text for meow CLI automatically.
91 lines (90 loc) • 2.89 kB
JSON
{
"name": "meow-helper",
"version": "1.6.2",
"description": "Generate nicely formatted help text for meow CLI automatically.",
"author": {
"name": "Özüm Eldoğan",
"email": "ozum@ozum.net",
"url": "https://www.ozum.net/"
},
"keywords": [
"meow",
"help",
"cli",
"auto",
"generate"
],
"engines": {
"node": ">= 14.0.0"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"!dist/**/@(*.spec|*.test)*",
"!dist/**/__test__",
"module-files"
],
"homepage": "https://github.com/ozum/meow-helper",
"bugs": "https://github.com/ozum/meow-helper/issues",
"repository": "ozum/meow-helper",
"license": "MIT",
"scripts": {
"execute": "ts-node --transpile-only --compiler-options '{ \"module\": \"commonjs\" }'",
"watch": "ts-node-dev --no-notify --respawn --transpile-only --compiler-options '{ \"module\": \"commonjs\" }'",
"lint": "eslint --ignore-path .gitignore --cache --max-warnings 0 --ext js,jsx,ts,tsx,vue --fix .",
"format": "prettier . --write",
"release": "npm run readme && git pull && git add -A && git commit && git push --follow-tags",
"pretest": "not-sync coverage",
"test": "jest --coverage",
"readme": "node module-files/scripts/tsmod.js readme",
"prebuild": "not-sync dist",
"build": "tsc",
"_preinstall": "npx not-sync node_modules",
"_postinstall": "is-ci || husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"tsmod": "node module-files/scripts/tsmod.js",
"yo:update": "yo tsmod:uninstall --no-install --force && yo 'tsmod' '--typedoc' '--no-import-helpers'"
},
"dependencies": {
"chalk": "^4.1.0",
"cliui": "^7.0.4",
"dashify": "^2.0.0"
},
"devDependencies": {
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@ozum/pinst": "^2.1.4",
"@types/dashify": "^1.0.0",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"commitizen": "^4.2.3",
"concat-md": "^0.3.5",
"eslint": "^7.20.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^5.0.9",
"is-ci": "^3.0.0",
"jest": "^26.6.3",
"lint-staged": "^10.5.4",
"meow": "^9.0.0",
"not-sync": "^1.4.1",
"prettier": "^2.2.1",
"readmeasy": "^0.2.7",
"ts-jest": "^26.5.1",
"ts-node-dev": "^1.1.1",
"typedoc": "^0.20.28",
"typedoc-neo-theme": "^1.1.0",
"typedoc-plugin-example-tag": "^1.0.2",
"typedoc-plugin-markdown": "^3.6.0",
"typedoc-plugin-param-names": "^2.0.0",
"typescript": "^4.1.5",
"walkdir": "^0.4.1"
}
}