-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
106 lines (106 loc) · 4.46 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "@0x0zagency/infinitymint-bt",
"version": "0.69.4-bt+000",
"description": "InfinityMint is your key to Web3 and Tokenized Commerce, Phygital Goods, and IP Dashboard",
"license": "MIT",
"funding": {
"type": "eth",
"url": "web3://0x0z.eth"
},
"homepage": "https://github.com/0x0zAgency",
"bugs": {
"url": "https://github.com/0x0zAgency/infinitymint-bt/issues",
"email": "z@0x0z.me"
},
"repository": {
"type": "git",
"url": "https://github.com/0x0zAgency/infinitymint-bt.git"},
"keywords": [
"tokenized Commerce",
"t-commerce",
"tcommerce",
"web3",
"ethereum",
"nft",
"dynamic nft",
"phygital",
"phygital goods",
"phygital goods marketplace",
"living nft"
],
"private": false,
"infinityMint": {
"allowImport": true
},
"author": {
"name": "0x0zAgency",
"email": "z@0x0z.me",
"url": "https://0x0z.xyz",
"twitter": "@0x0zAgency"
},
"scripts": {
"build_polygonzkevm": "node scripts/initial.js network=polygonzkevm && npx hardhat deploy",
"build_polygonzkevmtestnet": "node scripts/initial.js network=polygonzkevmtestnet && npx hardhat deploy",
"build_polygon": "node scripts/initial.js network=polygon && npx hardhat deploy",
"build_base": "node scripts/initial.js network=base && npx hardhat deploy",
"build_basegoerli": "node scripts/initial.js network=basegoerli && npx hardhat deploy",
"build_basesepolia": "node scripts/initial.js network=basesepolia && npx hardhat deploy",
"build_mumbai": "node scripts/initial.js network=mumbai && npx hardhat deploy",
"build_eth": "node scripts/initial.js network=ethereum && npx hardhat deploy",
"build_ethereum": "node scripts/initial.js network=ethereum && npx hardhat deploy",
"build_rinkeby": "node scripts/initial.js network=rinkeby && npx hardhat deploy",
"build_goerli": "node scripts/initial.js network=goerli && npx hardhat deploy",
"build_sepolia": "node scripts/initial.js network=sepolia && npx hardhat deploy",
"build_ropsten": "node scripts/initial.js network=ropsten && npx hardhat deploy",
"build_ganache": "node scripts/initial.js network=ganache && npx hardhat deploy",
"redeploy": "npx hardhat deploy",
"compile": "npm hardhat compile",
"verify": "npx hardhat etherscan-verify",
"build": "npx hardhat compile",
"create": "node scripts/createProject.js",
"start": "node scripts/checkForHardhatConfig.js && node scripts/console/start.js",
"mint": "node scripts/updateGasAndPrices.js && node scripts/mintAll.js 1",
"mintChain": "node scripts/updateGasAndPrices.js && node scripts/mint.js",
"mintAll": "node scripts/updateGasAndPrices.js && node scripts/mintAll.js",
"mintTen": "node scripts/updateGasAndPrices.js && node scripts/mintAll.js 10",
"mintHundred": "node scripts/updateGasAndPrices.js && node scripts/mintAll.js 100",
"mintThousand": "node scripts/updateGasAndPrices.js && node scripts/mintAll.js 1000",
"mintPreview": "node scripts/updateGasAndPrices.js && node scripts/preview.js",
"update": "node scripts/update.js",
"ganache": "node scripts/ganache.js"
},
"dependencies": {
"@nomiclabs/hardhat-ethers": "2.0.0",
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@nomiclabs/hardhat-waffle": "2.0.0",
"@openzeppelin/contracts": "^4.4.2",
"@rauschma/stringio": "^1.4.0",
"axios": ">=1.6.0",
"bip39": "^3.0.4",
"chai": "4.2.0",
"colors": "1.3.3",
"dotenv": "^16.0.2",
"ethereum-waffle": "3.0.0",
"ethers": "5.0.0",
"ganache": "7.0.2",
"glob": "^8.0.3",
"hardhat": "^2.12.2",
"hardhat-contract-sizer": "^2.4.0",
"hardhat-deploy": "^0.10.4",
"infinitymint": "file:./0x0z/infinitymint-1.21.0.69.tgz",
"infinitymint-client": "file:./0x0z/infinitymint-client-2.5.2.69.tgz",
"node-uuid": "^1.4.8",
"npm-run-all": "^4.1.5",
"readline": "^1.3.0",
"solc": "^0.8.12",
"svg-parser": "^2.0.4",
"tcp-ping": "^0.1.1",
"terminal-kit": "^3.0.0",
"tinysvg-js": "^1.4.0",
"uuid": "^9.0.0",
"web3.storage": "^4.2.0"
},
"devDependencies": {
"solidity-docgen": "^0.6.0-beta.22"
}
}