63 lines
1004 B
JSON
63 lines
1004 B
JSON
{
|
|
"name": "meow",
|
|
"version": "5.0.0",
|
|
"description": "CLI app helper",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/meow",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"cli",
|
|
"bin",
|
|
"util",
|
|
"utility",
|
|
"helper",
|
|
"argv",
|
|
"command",
|
|
"line",
|
|
"meow",
|
|
"cat",
|
|
"kitten",
|
|
"parser",
|
|
"option",
|
|
"flags",
|
|
"input",
|
|
"cmd",
|
|
"console"
|
|
],
|
|
"dependencies": {
|
|
"camelcase-keys": "^4.0.0",
|
|
"decamelize-keys": "^1.0.0",
|
|
"loud-rejection": "^1.0.0",
|
|
"minimist-options": "^3.0.1",
|
|
"normalize-package-data": "^2.3.4",
|
|
"read-pkg-up": "^3.0.0",
|
|
"redent": "^2.0.0",
|
|
"trim-newlines": "^2.0.0",
|
|
"yargs-parser": "^10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"execa": "^0.10.0",
|
|
"indent-string": "^3.0.0",
|
|
"xo": "*"
|
|
},
|
|
"xo": {
|
|
"rules": {
|
|
"unicorn/no-process-exit": "off"
|
|
}
|
|
}
|
|
}
|