UNPKG

1.06 kBJSONView Raw
1{
2 "name": "cli-aid",
3 "version": "6.4.3",
4 "description": "A Beautiful 💅 and Lightweight 🚀 CLI-App Factory.",
5 "main": "./src/index.js",
6 "files": [
7 "src/*"
8 ],
9 "scripts": {
10 "preversion": "npm test",
11 "postversion": "npm publish && git push && git push --tags",
12 "jest": "jest",
13 "test": "npm run jest && npm run test:e2e",
14 "test:e2e": "node demo/example-cli.js -v && node demo/example-cli.js -h"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/legend80s/cli-aid.git"
19 },
20 "keywords": [
21 "cli",
22 "command line",
23 "command",
24 "argument",
25 "args",
26 "option",
27 "parser",
28 "parsing"
29 ],
30 "author": "",
31 "license": "ISC",
32 "bugs": {
33 "url": "https://github.com/legend80s/cli-aid/issues"
34 },
35 "homepage": "https://github.com/legend80s/cli-aid#readme",
36 "devDependencies": {
37 "@types/jest": "^26.0.14",
38 "git-commit-msg-linter": "^3.0.0",
39 "jest": "^26.5.3"
40 },
41 "dependencies": {
42 "process-yargs-parser": "^2.0.0",
43 "string-width": "^4.2.0"
44 }
45}