forked from skalenetwork/truffle-skale-network-box
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 889 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": "skale-box",
"version": "1.0.0",
"description": "A sample Truffle project that allows developers to deploy to the SKALE Network | Ethereum Native Blockchain",
"author": "SKALE Labs | Solutions Engineering Team",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "truffle test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/truffle-box/skale-box.git"
},
"keywords": [
"SKALE",
"SKALE Network",
"Ethereum",
"Truffle",
"dapp",
"layer 2",
"sidechain",
"elastic sidechain"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/truffle-box/skale-box/issues"
},
"homepage": "https://github.com/truffle-box/skale-box#readme",
"devDependencies": {
"@truffle/hdwallet-provider": "^1.4.0",
"dotenv": "^9.0.0"
},
"dependencies": {}
}