UNPKG

737 BJSONView Raw
1{
2 "name": "argue-cli",
3 "type": "module",
4 "version": "2.1.0",
5 "description": "A thin and strongly typed CLI arguments parser for Node.js.",
6 "author": "dangreen",
7 "license": "MIT",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/TrigenSoftware/Argue.git"
11 },
12 "bugs": {
13 "url": "https://github.com/TrigenSoftware/Argue/issues"
14 },
15 "keywords": [
16 "cli",
17 "arguments",
18 "parser",
19 "console",
20 "terminal"
21 ],
22 "engines": {
23 "node": ">=14.0.0"
24 },
25 "types": "./dist/index.d.ts",
26 "exports": {
27 "import": "./dist/index.js",
28 "require": "./dist/index.cjs"
29 },
30 "publishConfig": {
31 "directory": "package"
32 },
33 "files": [
34 "dist"
35 ],
36 "readme": "",
37 "scripts": {}
38}
\No newline at end of file