-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.29 KB
/
package.json
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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "commander.js-decorated",
"version": "0.0.3",
"author": {
"name": "Darren Rahnemoon",
"email": "[email protected]",
"url": "https://darrenrahnemoon.com"
},
"license": "GPL-3.0-or-later",
"description": "A typescript decorator based wrapper for commanderjs",
"main": "./src/index.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/darrenrahnemoon/commander.js-decorated.git"
},
"keywords": [
"commander",
"commanderjs",
"decorator",
"typescript",
"cli",
"command",
"command-line"
],
"bugs": {
"url": "https://github.com/darrenrahnemoon/commander.js-decorated/issues"
},
"homepage": "https://github.com/darrenrahnemoon/commander.js-decorated#readme",
"dependencies": {
"commander": "^9.0.0",
"lodash": "^4.17.21",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.19",
"@typescript-eslint/eslint-plugin": "^2.15.0",
"@typescript-eslint/parser": "^2.15.0",
"@vitejs/plugin-vue": "^2.2.0",
"eslint": "^6.8.0",
"eslint-plugin-align-import": "^1.0.0",
"eslint-plugin-local-rules": "^0.1.0",
"eslint-plugin-vue": "^6.2.2",
"eslint-plugin-vue-scoped-css": "^1.1.0",
"typescript": "^4.5.4"
}
}