-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 950 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
{
"name": "cryptodapp",
"version": "1.0.0",
"description": "Guidelines to test yourself Ethereum smart contracts as developed by “cryptozombies.io” Solidity tutorial.\r (https://medium.com/@jllucini/running-cryptozombies-with-truffle-and-metamask-7991aa0f1250)",
"main": "index.html",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "lite-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jllucini/cryptodapp.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jllucini/cryptodapp/issues"
},
"homepage": "https://github.com/jllucini/cryptodapp#readme",
"dependencies": {
"@openzeppelin/contracts": "^4.2.0",
"@truffle/hdwallet-provider": "^1.4.1",
"fs": "^0.0.1-security",
"lite-server": "^2.6.1",
"openzeppelin-solidity": "^4.2.0",
"web3": "^1.4.0"
}
}