{
  "name": "@glue-finance/expansions-pack",
  "version": "1.8.5",
  "description": "Glue Protocol Expansions Pack - Smart contract interfaces and base contracts for building with the Glue Protocol",
  "main": "index.js",
  "exports": {
    "./base/StickyAsset.sol": "./contracts/base/StickyAsset.sol",
    "./base/InitStickyAsset.sol": "./contracts/base/InitStickyAsset.sol",
    "./base/GluedLoanReceiver.sol": "./contracts/base/GluedLoanReceiver.sol",
    "./interfaces/IStickyAsset.sol": "./contracts/interfaces/IStickyAsset.sol",
    "./interfaces/IInitStickyAsset.sol": "./contracts/interfaces/IInitStickyAsset.sol",
    "./interfaces/IGlueERC20.sol": "./contracts/interfaces/IGlueERC20.sol",
    "./interfaces/IGlueERC721.sol": "./contracts/interfaces/IGlueERC721.sol",
    "./interfaces/IGluedHooks.sol": "./contracts/interfaces/IGluedHooks.sol",
    "./interfaces/IGluedLoanReceiver.sol": "./contracts/interfaces/IGluedLoanReceiver.sol",
    "./libraries/GluedMath.sol": "./contracts/libraries/GluedMath.sol"
  },
  "files": [
    "contracts/**/*.sol",
    "index.js",
    "README.md"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "solidity",
    "ethereum", 
    "smart-contracts",
    "glue-protocol",
    "defi",
    "erc20",
    "erc721",
    "sticky-assets",
    "hooks",
    "flash-loans"
  ],
  "author": "Glue Protocol",
  "license": "BUSL-1.1",
  "repository": {
    "type": "git",
    "url": "https://github.com/glue-finance/glue-expansionpack.git"
  },
  "homepage": "https://github.com/glue-finance/glue-expansionpack#readme",
  "bugs": {
    "url": "https://github.com/glue-finance/glue-expansionpack/issues"
  },
  "peerDependencies": {
    "@openzeppelin/contracts": "^5.2.0"
  },
  "engines": {
    "node": ">=14"
  },
  "publishConfig": {
    "access": "public"
  }
} 