-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 805 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
{
"name": "ainftm",
"version": "0.0.1",
"description": "AI image generated NFT marketpalce",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DeepSoul71/AI-NFT-MarketPlace.git"
},
"keywords": [
"nft",
"ai"
],
"author": "Hcrypto",
"license": "MIT",
"bugs": {
"url": "https://github.com/DeepSoul71/AI-NFT-MarketPlace/issues"
},
"homepage": "https://github.com/DeepSoul71/AI-NFT-MarketPlace#readme",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@openzeppelin/contracts": "^5.0.1",
"dotenv": "^16.4.5",
"hardhat": "^2.20.1",
"hardhat-deploy": "^0.11.45"
},
"dependencies": {
"wagmi": "^2.5.7"
}
}