forked from smartdec/smartcheck
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 916 Bytes
/
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
{
"bin": {
"smartcheck": "jdeploy-bundle/jdeploy.js"
},
"author": "SmartDec <info@smartdec.net> (https://smartdec.net/)",
"description": "SmartCheck is an extensible static analysis tool for discovering vulnerabilities and other code issues in Ethereum smart contracts written in the Solidity and Vyper programming languages.",
"homepage": "https://tool.smartdec.net/",
"main": "index.js",
"preferGlobal": true,
"repository": "https://github.com/smartdec/smartcheck",
"version": "2.0.3",
"jdeploy": {
"jar": "target/smartcheck-2.0-jar-with-dependencies.jar"
},
"dependencies": {
"shelljs": "^0.7.5"
},
"license": "GPL-3.0-or-later",
"name": "@smartdec/smartcheck",
"files": [
"jdeploy-bundle"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"solidity",
"vyper",
"sast",
"security",
"linter"
]
}