-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 873 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 873 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
37
38
39
40
41
{
"name": "@confly-dev/confly",
"version": "2.0.0-pre",
"description": "CLI for confly.dev",
"bin": {
"confly": "dist/cli.js"
},
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/confly-dev/cli.git"
},
"keywords": [
"CLI",
"confly",
"confly.dev",
"configuration",
"remote config",
"config as a service"
],
"author": "The Confly Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/confly-dev/cli/issues"
},
"homepage": "https://github.com/confly-dev/cli#readme",
"dependencies": {
"@inquirer/prompts": "^2.1.1",
"axios": "^1.4.0",
"chalk": "^4.1.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/configstore": "^6.0.0",
"@types/node": "^20.3.0",
"@types/yargs": "^17.0.24",
"typescript": "^5.1.3"
}
}