-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "digital_time_capsule",
"version": "1.0.0",
"description": "Gitcoin contest https://gitcoin.co/issue/Ideamarket/gitcoin-bounties/17/100025067",
"main": "index.js",
"scripts": {
"test": "npx hardhat test",
"server": "node frontend/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eguajardo/digital_time_capsule.git"
},
"author": "eguajardo",
"license": "MIT",
"bugs": {
"url": "https://github.com/eguajardo/digital_time_capsule/issues"
},
"homepage": "https://github.com/eguajardo/digital_time_capsule#readme",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.35",
"chai": "^4.3.4",
"dotenv": "^8.2.0",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.0.32",
"hardhat": "^2.1.2",
"node-static": "^0.7.11",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
},
"dependencies": {
"@openzeppelin/contracts": "^4.0.0"
}
}