UNPKG

argumental

Version:

Framework for building CLI apps with Node.js

58 lines (57 loc) 1.65 kB
{ "name": "argumental", "version": "1.1.1", "description": "Framework for building CLI apps with Node.js", "main": "dist/index.js", "scripts": { "start": "node ./node_modules/typescript/bin/tsc --build", "test": "npm start && node ./node_modules/typescript/bin/tsc -p test/tsconfig.json && node ./node_modules/mocha/bin/mocha --require source-map-support/register ./test/dist/main.spec.js", "docs": "node ./node_modules/typedoc/bin/typedoc src --out docs/dev --name \"Argumental Developer Documentation\" --tsconfig ./tsconfig.json --excludeExternals --readme none", "prepublishOnly": "npm start" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/chisel/argumental.git" }, "keywords": [ "cli", "node", "node.js", "node-js", "argument", "argument-parser", "cli-app", "terminal", "console", "fast-dev", "fast-develop", "validation", "validators", "middleware", "typescript", "javascript" ], "author": "Ramtin Soltani <ramtin@chiselpowered.com>", "license": "MIT", "bugs": { "url": "https://github.com/chisel/argumental/issues" }, "homepage": "https://github.com/chisel/argumental#readme", "devDependencies": { "@types/chai": "^4.2.11", "@types/lodash": "^4.14.149", "@types/minimist": "^1.2.0", "@types/mocha": "^5.2.7", "@types/node": "^13.9.2", "chai": "^4.2.0", "mocha": "^7.1.1", "source-map-support": "^0.5.16", "typedoc": "^0.20.10", "typescript": "^4.1.3" }, "dependencies": { "chalk": "^3.0.0", "lodash": "^4.17.19", "minimist": "^1.2.5" } }