forked from muellerberndt/sabre
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.11 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
{
"name": "sabre-mythx",
"version": "0.4.6",
"description": "Minimum viable client for the MythX smart contract security analysis service",
"main": "sabre.js",
"repository": {
"type": "git",
"url": "git+https://github.com/b-mueller/sabre.git"
},
"keywords": [
"ethereum",
"sabre",
"mythril",
"mythX"
],
"homepage": "https://github.com/b-mueller/sabre",
"bugs": {
"url": "https://github.com/b-mueller/sabre/issues"
},
"author": "Bernhard Mueller",
"license": "MIT",
"dependencies": {
"armlet": "^2.5.1",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"minimist": "^1.2.0",
"openzeppelin-solidity": "^2.2.0",
"ora": "^3.4.0",
"package.json": "^2.0.1",
"remix-lib": "^0.4.5",
"solidity-parser-antlr": "^0.4.2"
},
"bin": {
"sabre": "./sabre.js"
},
"scripts": {
"lint": "eslint ./sabre.js ./lib ./test",
"lint:fix": "eslint --fix ./sabre.js ./lib ./test",
"test": "nyc mocha"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.4",
"nyc": "^14.0.0"
}
}