-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 967 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
32
33
34
35
36
37
38
39
40
{
"name": "amazonnft",
"version": "1.0.0",
"description": "",
"main": "hardhat.config.js",
"directories": {
"test": "tests"
},
"scripts": {
"build": "waffle",
"test:light": "hardhat test",
"test": "NODE_ENV=test mocha"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@types/crypto-js": "^4.1.1",
"@types/mocha": "^9.1.1",
"chai": "^4.3.6",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.8",
"hardhat": "^2.9.9",
"mocha": "^10.0.0",
"prettier": "^2.7.0",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"solidity-coverage": "^0.7.21",
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
},
"dependencies": {
"@chainlink/contracts": "^0.4.1",
"@openzeppelin/contracts": "^4.6.0",
"crypto-js": "^4.1.1",
"eth-crypto": "^2.3.0",
"fast-sha256": "^1.3.0"
}
}