forked from trufflesuite/truffle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.15 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
{
"private": false,
"name": "@truffle/environment",
"description": "This package contains the code needed to determine environment-specific data",
"license": "MIT",
"author": "Faina Shalts",
"homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/environment#readme",
"repository": {
"type": "git",
"url": "https://github.com/trufflesuite/truffle.git",
"directory": "packages/environment"
},
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.2.148",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "mocha ./test/** ./test/**/*"
},
"dependencies": {
"@truffle/artifactor": "^4.0.189",
"@truffle/config": "^1.3.56",
"@truffle/error": "^0.2.0",
"@truffle/expect": "^0.1.5",
"@truffle/interface-adapter": "^0.5.33",
"@truffle/provider": "^0.3.9",
"@truffle/resolver": "^9.0.41",
"chalk": "^4.1.2",
"ganache": "7.8.0",
"node-ipc": "9.2.1",
"source-map-support": "^0.5.19",
"web3": "1.10.0"
},
"devDependencies": {
"debug": "^4.3.1",
"mocha": "9.2.2"
},
"publishConfig": {
"access": "public"
}
}