-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 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
42
43
{
"name": "cloudkit-nft",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha server/**/*.test.js --timeout 10000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abe-sinjiro/cloudkit-nft.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/abe-sinjiro/cloudkit-nft/issues"
},
"homepage": "https://github.com/abe-sinjiro/cloudkit-nft#readme",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.3.2",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.1",
"hardhat": "^2.6.8"
},
"dependencies": {
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@typechain/ethers-v5": "^8.0.5",
"@typechain/hardhat": "^3.1.0",
"@typechain/truffle-v5": "^6.0.0",
"@typechain/web3-v1": "^4.0.0",
"ethereumjs-abi": "^0.6.8",
"fast-csv": "^4.3.6",
"fs": "^0.0.1-security",
"hardhat-typechain": "^0.3.5",
"path": "^0.12.7",
"ts-generator": "^0.1.1",
"typechain": "^6.1.0"
}
}