{
  "scripts": {
    "build": "tsc && npm run copy-files",
    "check": "tsc --noEmit",
    "copy-files": "cp core/*.d.ts dist/core && cp bridge/*.d.ts dist/bridge && cp package.json dist/",
    "publish-npm": "cd dist && npm publish"
  },
  "devDependencies": {
    "ethers": "^5.4.7"
  },
  "name": "@nomad-xyz/contract-interfaces",
  "version": "1.2.0",
  "description": "Nomad contract interfaces",
  "main": "index.js",
  "types": "index.d.ts",
  "author": "Illusory Systems Inc.",
  "license": "Apache 2.0",
  "prepublish": "npm run build",
  "dependencies": {
    "@ethersproject/experimental": "^5.3.0",
    "@types/node": "^16.10.2",
    "typescript": "^4.4.3"
  }
}
