/ package.json
package.json
 1  {
 2    "name": "embark-mythx",
 3    "description": "Status Embark plugin for MythX",
 4    "version": "2.1.1",
 5    "author": "eric.mastro@gmail.com",
 6    "contributors": [
 7      {
 8        "name": "Eric Mastro",
 9        "email": "eric.mastro@gmail.com",
10        "url": "https://github.com/emizzle"
11      },
12      {
13        "name": "Sebastian Mueller",
14        "email": "sebastian@flexdapps.com",
15        "url": "https://github.com/semuelle"
16      }
17    ],
18    "repository": {
19      "url": "https://github.com/embarklabs/embark-mythx",
20      "type": "git"
21    },
22    "homepage": "https://github.com/embarklabs/embark-mythx/blob/master/README.md",
23    "bugs": "https://github.com/embarklabs/embark-mythx/issues",
24    "license": "MIT",
25    "keywords": [
26      "embark",
27      "embark-plugin",
28      "mythx",
29      "smart-contract",
30      "security-analysis",
31      "solidity"
32    ],
33    "main": "dist/index.js",
34    "typings": "dist/index.d.ts",
35    "files": [
36      "formatters",
37      "dist",
38      "src"
39    ],
40    "engines": {
41      "node": ">=10"
42    },
43    "scripts": {
44      "start": "tsdx watch",
45      "build": "tsdx build",
46      "test": "tsdx test",
47      "lint": "tsdx lint",
48      "prepare": "tsdx build"
49    },
50    "peerDependencies": {},
51    "husky": {
52      "hooks": {
53        "pre-commit": "tsdx lint"
54      }
55    },
56    "prettier": {
57      "printWidth": 80,
58      "semi": true,
59      "singleQuote": true
60    },
61    "module": "dist/embark-mythx.esm.js",
62    "devDependencies": {
63      "@types/command-line-args": "5.0.0",
64      "@types/date-fns": "2.6.0",
65      "@types/jest": "^25.1.4",
66      "husky": "^4.2.3",
67      "tsdx": "^0.13.0",
68      "tslib": "^1.11.1",
69      "typescript": "^3.8.3"
70    },
71    "dependencies": {
72      "ascii-table": "0.0.9",
73      "chalk": "3.0.0",
74      "command-line-args": "5.1.1",
75      "command-line-usage": "6.1.0",
76      "date-fns": "2.11.1",
77      "dotenv": "8.2.0",
78      "embark-core": "5.3.0-nightly.13",
79      "embark-logger": "5.3.0-nightly.12",
80      "eslint": "6.8.0",
81      "mythxjs": "1.3.11",
82      "remix-lib": "0.4.23",
83      "tiny-async-pool": "1.1.0"
84    }
85  }