-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "jlc",
"version": "1.0.0",
"description": "<img src=\"./docs/logo.png\" width=120px>",
"main": "truffle-config.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@openzeppelin/contracts": "^4.3.2",
"@openzeppelin/contracts-upgradeable": "^4.3.2",
"@truffle/hdwallet-provider": "^1.5.0",
"bn.js": "^5.2.0",
"dotenv": "^10.0.0",
"openzeppelin-solidity": "3.3.0",
"truffle-contract-size": "^2.0.1",
"truffle-flattener": "^1.5.0",
"truffle-hdwallet-provider": "^1.0.6",
"web3": "^1.2.9"
},
"devDependencies": {
"@openzeppelin/truffle-upgrades": "^1.5.0",
"hardhat": "^2.6.4",
"truffle-plugin-verify": "^0.5.15"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xharaken/jlc.git"
},
"bugs": {
"url": "https://github.com/xharaken/jlc/issues"
},
"homepage": "https://github.com/xharaken/jlc#readme"
}