-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.22 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
44
{
"name": "polygon-mint-and-give",
"version": "1.0.0",
"description": "",
"main": "index.js",
"proxy": "http://localhost:5000",
"dependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/contracts": "^4.5.0",
"@pinata/sdk": "^1.1.24",
"axios": "^0.26.1",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"fetch-blob": "^3.1.5",
"form-data": "^4.0.0",
"fs": "0.0.1-security",
"got": "^12.0.3",
"hardhat": "^2.9.1",
"luxon": "^2.3.1",
"mime": "^3.0.0",
"nft.storage": "^6.1.0",
"node-blob": "0.0.2",
"node-fetch": "^2.6.7",
"nodemon": "^2.0.15",
"react-select": "^5.2.2"
},
"devDependencies": {
"chai": "^4.3.6",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.2"
},
"scripts": {
"start": "node index.js",
"dev": "nodemon index -e js,jade,html,css,ejs --ignore 'frontend/react/'",
"test": "mocha",
"deploy": "npx hardhat run scripts/deploy-script.js --network matic",
"test-mint": "npx hardhat run scripts/mint-script.js --network matic",
"log-owner": "npx hardhat run scripts/get-token-script.js --network matic"
},
"author": "",
"license": "ISC"
}