This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
/
package.json
66 lines (66 loc) · 1.67 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@truffle/compile-solidity",
"description": "Compiler helper and artifact manager for Solidity files",
"license": "MIT",
"author": "Tim Coulter <[email protected]>",
"homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/compile-solidity#readme",
"repository": {
"type": "git",
"url": "https://github.com/trufflesuite/truffle.git",
"directory": "packages/compile-solidity"
},
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "5.3.27",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "./scripts/test.sh"
},
"dependencies": {
"@truffle/compile-common": "^0.7.22",
"@truffle/config": "^1.3.11",
"@truffle/contract-sources": "^0.1.12",
"@truffle/expect": "^0.0.18",
"@truffle/profiler": "^0.1.2",
"axios": "^0.21.1",
"debug": "^4.3.1",
"fs-extra": "^9.1.0",
"lodash.clonedeep": "^4.5.0",
"lodash.partition": "^4.6.0",
"ora": "^3.4.0",
"original-require": "^1.0.1",
"require-from-string": "^2.0.2",
"semver": "^7.3.4",
"solc": "0.6.9"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.126",
"@truffle/box": "^2.1.31",
"@truffle/resolver": "^7.0.33",
"babel-core": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"chai": "^4.2.0",
"glob": "^7.1.6",
"mocha": "8.1.2",
"sinon": "^9.0.2",
"tmp": "^0.2.1"
},
"keywords": [
"compile",
"ethereum",
"solidity",
"truffle"
],
"publishConfig": {
"access": "public"
},
"babel": {
"presets": [
"env"
]
},
"gitHead": "6b84be7849142588ef2e3224d8a9d7c2ceeb6e4a"
}