{
  "name": "noon-contracts",
  "version": "1.0.0",
  "description": "Noon Protocol smart contract interfaces and utilities",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/",
    "scripts/"
  ],
  "scripts": {
    "postinstall": "node scripts/setup.js 2>/dev/null || true"
  },
  "keywords": [
    "noon",
    "defi",
    "stablecoin",
    "usn",
    "smart-contracts",
    "ethereum"
  ],
  "author": "Noon Protocol",
  "license": "MIT",
  "dependencies": {
    "ethers": "^6.13.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/noon-protocol/noon-contracts"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/",
    "tag": "latest"
  }
}
