-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 867 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
34
35
36
37
{
"name": "@trfl/solc-compile",
"version": "0.1.4",
"description": "A lightweight solc build tool",
"bin": "./bin/trfl-solc-compile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"truffle",
"ethereum",
"solc",
"solc-js",
"solidity",
"blockchain"
],
"author": "Cruz Molina",
"license": "MIT",
"dependencies": {
"at-least-node": "^1.0.0",
"configstore": "^5.0.1",
"detect-installed": "^2.0.4",
"find-up": "^4.1.0",
"get-installed-path": "^4.0.8",
"glob": "^7.1.6",
"js-sha3": "^0.8.0",
"lodash.assign": "^4.2.0",
"lodash.assignin": "^4.2.0",
"lodash.merge": "^4.6.2",
"memorystream": "^0.3.1",
"node-fetch": "^2.6.0",
"ora": "^4.0.4",
"require-from-string": "^2.0.2",
"semver": "^7.3.2",
"yargs": "^15.3.1"
}
}