aibc
Version:
AIBC contract to mint NFTs
41 lines (40 loc) • 1.04 kB
JSON
{
"name": "aibc",
"version": "6.0.0",
"description": "AIBC contract to mint NFTs ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"AIBC",
"Dubai",
"NFT"
],
"repository": {
"type": "git",
"url": "https://github.com/rahul-mytokenized-capital/AIBC.git"
},
"homepage": "https://github.com/rahul-mytokenized-capital/AIBC.git",
"author": "Rahul Pandey",
"license": "ISC",
"dependencies": {
"@maticnetwork/walletconnect-provider": "0.0.1-beta.1",
"@openzeppelin/contracts": "^4.0.0",
"@truffle/hdwallet-provider": "^1.2.6",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"debug": "3.0.1",
"eth-gas-reporter": "^0.1.1",
"ethers": "^5.1.0",
"keccak": "^1.4.0",
"maticjs": "^1.0.1",
"openzeppelin-solidity": "^4.0.0",
"sha256": "^0.2.0",
"solc": "^0.8.0",
"truffle": "4.0.1",
"web3": "0.20.1",
"xmlhttprequest": "^1.8.0",
"zeppelin-solidity": "1.6.0"
}
}