forked from ethereum/solc-bin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 875 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
{
"private": true,
"name": "solc-bin",
"version": "0.0.0",
"description": "Current and historical (emscripten) binaries for Solidity",
"dependencies": {
"semver": "^7.3.5"
},
"devDependencies": {
"ethereumjs-util": "^7.1.3",
"ipfs-unixfs-importer": "^9.0.6",
"ipld": "^0.30.2",
"ipld-in-memory": "^8.0.0",
"standard": "^16.0.4",
"swarmhash": "^0.1.1"
},
"scripts": {
"lint": "standard update",
"update": "./update",
"test": "git checkout -f && npm run update && git diff --exit-code"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum/solc-bin.git"
},
"keywords": [
"ethereum",
"solidity"
],
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ethereum/solc-bin/issues"
},
"homepage": "https://github.com/ethereum/solc-bin#readme"
}