-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 892 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 892 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
{
"author": "MaibornWolff GmbH <dist_intern_codecharta@maibornwolff.de>",
"homepage": "https://maibornwolff.github.io/codecharta/",
"bugs": {
"url": "https://github.com/MaibornWolff/codecharta/issues",
"email": "dist_intern_codecharta@maibornwolff.de"
},
"repository": {
"type": "git",
"url": "https://github.com/MaibornWolff/codecharta.git"
},
"name": "codecharta-analysis",
"version": "1.139.0",
"engines": {
"node": ">=20"
},
"description": "MaibornWolff CodeCharta Analysis Tools",
"scripts": {
"prepare": "rm -rf ../build/install/codecharta-analysis public && ../gradlew -p .. installDist && cp -R ../build/install/codecharta-analysis public",
"postinstall": "node install.js"
},
"bin": {
"ccsh": "public/bin/ccsh"
},
"license": "BSD-3-Clause",
"dependencies": {
"makeshift": "^1.1.0",
"shelljs": "^0.10.0"
}
}