{
    "name": "@gluwa/gluwa-nft",
    "version": "0.1.28",
    "description": "Gluwa NFT contracts, including GluwaNFTBase",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/gluwa/Gluwa-NFT.git"
    },
    "author": {
        "name": "Gluwa",
        "url": "https://github.com/gluwa"
    },
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/gluwa/Gluwa-NFT/issues"
    },
    "keywords": ["solidity", "nft", "erc721", "gluwa"],
    "homepage": "https://github.com/gluwa/Gluwa-NFT#readme",
    "files": [
        "contracts/**/*.sol",
        "remappings.txt",
        "LICENSE",
        "README.md"
    ],
    "scripts": {
        "compile": "forge compile",
        "test": "forge test",
        "coverage": "forge coverage --report lcov && genhtml lcov.info -o report --branch-coverage && open report/index.html",
        "prettier-contracts": "prettier --write 'contracts/**/*.sol'",
        "prepublishOnly": "npm pack --dry-run"
    },
    "dependencies": {
        "@openzeppelin/contracts": "5.4.0",
        "@openzeppelin/contracts-upgradeable": "5.4.0"
    },
    "devDependencies": {
        "@ethersproject/abi": "^5.4.7",
        "@ethersproject/providers": "^5.4.7",
        "@nomicfoundation/hardhat-chai-matchers": "^1.0.0",
        "@nomicfoundation/hardhat-network-helpers": "^1.0.0",
        "@nomicfoundation/hardhat-toolbox": "^2.0.0",
        "@nomiclabs/hardhat-ethers": "^2.0.0",
        "@nomiclabs/hardhat-etherscan": "^3.0.0",
        "@nomiclabs/hardhat-waffle": "^2.0.5",
        "@openzeppelin/hardhat-upgrades": "1.24.0",
        "@pinata/sdk": "^2.1.0",
        "@typechain/ethers-v5": "^10.1.0",
        "@typechain/hardhat": "^6.1.2",
        "axios": "^1.13.1",
        "chai": "^4.2.0",
        "dotenv": "^17.2.3",
        "ethers": "^5.4.7",
        "foundry-test-utility": "^0.1.1",
        "hardhat": "^2.11.1",
        "hardhat-gas-reporter": "^1.0.8",
        "ipfs-http-client": "^60.0.0",
        "pinata": "^2.5.1",
        "pinata-web3": "^0.5.4",
        "prettier": "^3.0.0",
        "prettier-plugin-solidity": "^1.1.3",
        "solidity-coverage": "^0.8.0",
        "typechain": "^8.1.0",
        "xlsx": "^0.18.5"
    }
}
