-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcodemeta.json
31 lines (31 loc) · 1.1 KB
/
codemeta.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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/Apache-2.0",
"codeRepository": "git+https://github.com/AppThreat/chen.git",
"contIntegration": "https://github.com/AppThreat/chen/actions",
"downloadUrl": "https://github.com/AppThreat/chen",
"issueTracker": "https://github.com/AppThreat/chen/issues",
"name": "chen",
"version": "2.3.0",
"description": "Code Hierarchy Exploration Net (chen) is an advanced exploration toolkit for your application source code and its dependency hierarchy.",
"applicationCategory": "code-analysis",
"keywords": [
"static-analysis",
"code-analysis",
"dependency-analysis",
"code-hierarchy-analysis"
],
"programmingLanguage": ["Scala 3", "Node.js", "Python 3"],
"runtimePlatform": ["JVM", "Python 3"],
"operatingSystem": ["Linux", "Windows", "MacOS"],
"softwareRequirements": ["Python >= 3.10", "Java >= 21"],
"author": [
{
"@type": "Person",
"givenName": "Team",
"familyName": "AppThreat",
"email": "cloud@appthreat.com"
}
]
}