-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 816 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 816 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
{
"name": "tweether",
"version": "1.0.0",
"private": true,
"description": "Microblogging Dapp",
"scripts": {
"compile": "npm run truffle:compile",
"migrate": "run-s truffle:compile truffle:migrate",
"test": "run-s truffle:compile truffle:test",
"truffle:compile": "truffle compile",
"truffle:migrate": "truffle migrate",
"truffle:test": "truffle test",
"ganache": "ganache-cli -m 'loyal certain trade furnace humble water maid position reform sea rebuild miracle' -i 777"
},
"dependencies": {
"@ensdomains/ens": "^0.4.5",
"@ensdomains/resolver": "^0.2.4",
"@openzeppelin/contracts": "^4.7.2",
"@truffle/hdwallet-provider": "^1.0.42",
"fs": "0.0.1-security",
"npm-run-all": "^4.1.5",
"truffle": "^5.1.36",
"truffle-assertions": "^0.9.2"
}
}