This repository was archived by the owner on May 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.36 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.36 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@codiga/cli",
"version": "1.1.1",
"description": "A Codiga CLI used to integrate Codiga easily in your projects",
"homepage": "https://github.com/codiga/codiga-cli",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/codiga/codiga-cli.git"
},
"main": "src/cli.js",
"bin": {
"codiga": "bin/codiga"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "cross-env NODE_ENV=test jest"
},
"keywords": [
"Codiga",
"CLI"
],
"license": "MIT",
"dependencies": {
"arg": "5.0.2",
"chalk": "4.1.2",
"conf": "10.2.0",
"csv-stringify": "6.2.3",
"esm": "3.2.25",
"esm-wallaby": "3.2.26",
"execa": "6.1.0",
"globby": "13.1.3",
"graphql": "16.6.0",
"graphql-request": "5.1.0",
"inquirer": "8.2.3",
"listr2": "5.0.6",
"node-fetch": "2.6.7",
"p-limit": "3.1.0",
"yaml": "1.10.2",
"yargs": "17.6.2"
},
"devDependencies": {
"@babel/core": "7.20.12",
"@babel/preset-env": "7.20.2",
"babel-jest": "29.3.1",
"cross-env": "7.0.3",
"dd-trace": "3.14.1",
"jest": "29.3.1",
"tempy": "1.0.1"
},
"bugs": {
"url": "https://github.com/codiga/codiga-cli/issues"
},
"directories": {
"test": "tests"
},
"author": {
"name": "Codiga",
"email": "support@codiga.io",
"url": "https://www.codiga.io"
}
}