-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 761 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 761 Bytes
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
{
"name": "web3inheritance",
"version": "1.0.0",
"description": "Inheritance web3 style",
"directories": {
"test": "test"
},
"scripts": {
"test": "truffle test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TripleSpeeder/web3Inheritance.git"
},
"author": "Michael Bauer",
"license": "ISC",
"bugs": {
"url": "https://github.com/TripleSpeeder/web3Inheritance/issues"
},
"homepage": "https://github.com/TripleSpeeder/web3Inheritance#readme",
"devDependencies": {
"@openzeppelin/contracts": "^2.4.0",
"chai": "^4.2.0",
"truffle-assertions": "^0.9.2"
},
"dependencies": {
"@truffle/contract": "^4.1.4",
"@truffle/hdwallet-provider": "^1.0.29",
"dotenv": "^8.2.0"
}
}