-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.07 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.07 KB
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": "hapi-id-erc721",
"version": "1.0.0",
"description": "HAPI ID ERC721 contract",
"main": "index.js",
"scripts": {
"build": "hardhat compile",
"test": "hardhat test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:HAPIprotocol/hapi-id-erc721.git"
},
"keywords": [
"Smart Contract",
"NFT",
"Solidity",
"Hardhat",
"OpenZeppelin"
],
"author": "HAPI <devs@hapi.one>",
"license": "MIT",
"homepage": "https://hapi.one",
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.2",
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@nomicfoundation/hardhat-network-helpers": "^1.0.9",
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"@nomicfoundation/hardhat-verify": "^1.1.1",
"@openzeppelin/contracts": "^5.0.0",
"@openzeppelin/contracts-upgradeable": "^5.0.0",
"@openzeppelin/hardhat-upgrades": "^2.3.3",
"@types/chai": "^4.3.9",
"@types/mocha": "^10.0.3",
"@types/node": "^20.8.8",
"chai": "^4.3.10",
"hardhat": "^2.18.2",
"mocha": "^10.2.0"
}
}