-
Notifications
You must be signed in to change notification settings - Fork 414
/
Copy pathpackage.json
34 lines (34 loc) · 862 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
{
"private": true,
"name": "solc-bin",
"version": "0.0.0",
"description": "Current and historical (emscripten) binaries for Solidity",
"dependencies": {
"semver": "^7.3.5"
},
"devDependencies": {
"blockstore-core": "^2.0.2",
"ethereumjs-util": "^7.1.3",
"ipfs-unixfs-importer": "^11.0.1",
"standard": "^16.0.4"
},
"scripts": {
"lint": "standard update.mjs",
"update": "node update.mjs --max-files-per-batch 1",
"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"
}