-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.27 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
48
49
50
51
52
53
54
{
"name": "@evertz/bzlgen",
"version": "0.0.0-PLACEHOLDER",
"author": {
"email": "[email protected]",
"name": "Evertz Devtools R&D",
"url": "https://evertz.com"
},
"keywords": [
"bazel",
"generator",
"buildozer",
"build"
],
"description": "Bazel Buildozer command file generator written in Typescript",
"repository": {
"type": "GIT",
"url": "https://github.com/Evertz/bzlgen"
},
"bugs": {
"url": "https://github.com/Evertz/bzlgen/issues"
},
"main": "src/index.js",
"bin": {
"bzlgen": "src/bzlgen.js"
},
"dependencies": {
"@bazel/buildozer": "3.4.0",
"@phenomnomnominal/tsquery": "4.1.0",
"builtins": "3.0.1",
"gonzales-pe": "4.3.0",
"lodash.kebabcase": "4.1.1",
"minimatch": "3.0.4",
"patch-package": "6.2.2",
"shelljs": "0.8.4",
"signale": "1.4.0",
"tsconfig-paths": "3.9.0",
"typescript": "3.8.3",
"yargs": "15.4.1"
},
"devDependencies": {
"@bazel/jasmine": "2.0.2",
"@bazel/typescript": "2.0.2",
"@types/jasmine": "3.5.12",
"@types/minimatch": "3.0.3",
"@types/mock-fs": "4.10.0",
"@types/node": "14.0.27",
"@types/shelljs": "0.8.8",
"@types/yargs": "15.0.9",
"jasmine": "3.6.1",
"mock-fs": "4.12.0"
},
"license": "MIT"
}