{
  "name": "@dcl/catalyst-contracts",
  "description": "Contracts",
  "version": "4.4.2",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "Decentraland Contributors",
  "license": "Apache-2.0",
  "scripts": {
    "cleanup": "shx rm -rf dist node_modules",
    "build": "tsc -b",
    "test": "jest --forceExit --detectOpenHandles --coverage --verbose",
    "lint:fix": "eslint '**/*.ts' --fix",
    "lint:check": "eslint '**/*.ts'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/decentraland/catalyst-contracts.git"
  },
  "lint-staged": {
    "**/*.{ts,tsx}": [
      "eslint --fix"
    ]
  },
  "prettier": {
    "printWidth": 120,
    "semi": false,
    "singleQuote": true,
    "trailingComma": "none"
  },
  "dependencies": {},
  "devDependencies": {
    "@dcl/eslint-config": "^1.0.4",
    "@types/node": "16.7.10",
    "@well-known-components/fetch-component": "^2.0.0",
    "@well-known-components/test-helpers": "^1.5.0",
    "eth-connect": "^6.1.0",
    "ts-node": "10.2.1",
    "typescript": "^4.4.3"
  },
  "files": [
    "dist"
  ],
  "commit": "e42f0039487d3650699499164ffe7d86729efda7"
}
