-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 1.16 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
{
"name": "codepathfinder",
"version": "0.0.31",
"description": "Code Pathfinder, the open-source alternative to CodeQL. Designed for precise flow analysis and advanced structural search, it identifies vulnerabilities in source code.",
"goBinary": {
"name": "pathfinder",
"path": "./bin",
"url": "https://github.com/shivasurya/code-pathfinder/releases/download/v{{version}}/pathfinder-{{platform}}-{{arch}}{{archive_ext}}"
},
"repository": {
"type": "git",
"url": "https://github.com/shivasurya/code-pathfinder.git"
},
"keywords": [
"sast",
"security-tools",
"structural-search",
"codeql-alternative",
"tree-sitter"
],
"files": [
"package.json",
"LICENSE",
"README.md"
],
"author": "shivasurya",
"license": "AGPL-3.0",
"dependencies": {
"@go-task/go-npm": "0.2.0"
},
"bugs": {
"url": "https://github.com/shivasurya/code-pathfinder/issues"
},
"homepage": "https://codepathfinder.dev",
"scripts": {
"postinstall": "go-npm install",
"preuninstall": "go-npm uninstall"
}
}