-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 906 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
41
42
{
"name": "horangee",
"version": "1.0.0",
"description": "The tiger from Mountain Baekdu NFT",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "NODE_ENV=dev",
"prod": "NODE_ENV=prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/istorykorea/nft.git"
},
"keywords": [
"nft",
"horangee",
"tiger",
"eth",
"erc1155",
"pfp"
],
"author": "minkj1992@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/istorykorea/nft/issues"
},
"homepage": "https://github.com/istorykorea/nft#readme",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.2",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"ethers": "^5.7.2",
"hardhat": "^2.13.0",
"node-fetch": "^3.3.1"
},
"dependencies": {
"@openzeppelin/contracts": "^4.8.2",
"dotenv": "^16.0.3"
}
}