{
  "name": "contracts",
  "version": "0.1.15",
  "private": false,
  "license": "FSL-1.1-MIT",
  "author": {
    "name": "SettleMint",
    "email": "support@settlemint.com",
    "url": "https://settlemint.com"
  },
  "scripts": {
    "dependencies": "forge soldeer install && find dependencies -name .git -type d -exec rm -rf {} +",
    "lint:solhint": "solhint --config .solhint.json ./contracts/**/*.sol",
    "format:biome": "biome format --write .",
    "format:forge": "settlemint scs foundry format",
    "compile:forge": "settlemint scs foundry build --sizes",
    "compile:hardhat": "settlemint scs hardhat build",
    "test": "settlemint scs foundry test -vvv",
    "genesis": "bash -ex genesis-output.sh",
    "abi-output": "bash -ex abi-output.sh",
    "deploy:remote": "settlemint scs hardhat deploy remote --deployment-id asset-tokenization",
    "deploy:local": "settlemint scs hardhat deploy local --deployment-id asset-tokenization-local --reset"
  },
  "dependencies": {
    "@nomicfoundation/hardhat-foundry": "1.1.3",
    "@nomicfoundation/hardhat-toolbox-viem": "3.0.0",
    "@nomiclabs/hardhat-solhint": "4.0.1",
    "hardhat": "2.22.18",
    "solhint": "5.0.5"
  },
  "devDependencies": {},
  "peerDependencies": {},
  "overrides": {
    "elliptic": "6.6.1",
    "ws": "8.18.0"
  }
}
