-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjsr.json
More file actions
36 lines (36 loc) · 895 Bytes
/
jsr.json
File metadata and controls
36 lines (36 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@dep/command",
"version": "3.0.0",
"description": "A type-safe CLI command builder for Deno and Node.js, enabling easy creation of commands with arguments, options, subcommands, and handlers.",
"exports": "./src/main.ts",
"author": {
"name": "Estarlin R.",
"email": "dev@estarlincito.com",
"url": "https://estarlincito.com"
},
"homepage": "https://github.com/dep-ts/command#readme",
"repository": "https://github.com/dep-ts/command",
"bugs": "https://github.com/dep-ts/command/issues",
"keywords": [
"cli",
"command",
"parser",
"arguments",
"options",
"flags",
"type-safe",
"typescript",
"deno",
"node",
"subcommands",
"help",
"version",
"variadic",
"inline-options"
],
"license": "MIT",
"publish": {
"include": ["src", "LICENSE", "README.md"],
"exclude": ["**/tests/**"]
}
}