{ "name": "@oceanprotocol/react", "version": "0.0.11", "description": "React hooks & components on top of squid.js", "main": "dist/index.js", "module": "dist/esm/index.js", "scripts": { "start": "tsc --watch", "start-example": "cd example && npm start", "build": "tsc", "test": "npm run lint", "lint": "eslint --ignore-path .eslintignore --ext .js --ext .ts --ext .tsx .", "format": "prettier --ignore-path .gitignore './**/*.{css,yml,js,ts,tsx,json}' --write", "release": "release-it --non-interactive", "changelog": "auto-changelog -p", "prepublishOnly": "npm run build" }, "files": [ "LICENSE", "README.md", "dist/" ], "dependencies": { "@oceanprotocol/contracts": "^0.2.2", "@oceanprotocol/lib": "^0.1.2", "axios": "^0.19.2", "react": "^16.9.41", "web3": "^1.2.9", "web3modal": "^1.7.0" }, "devDependencies": { "@release-it/bumper": "^1.4.0", "@types/react": "^16.9.41", "@typescript-eslint/eslint-plugin": "^3.6.0", "@typescript-eslint/parser": "^3.6.0", "auto-changelog": "^2.2.0", "eslint": "^7.4.0", "eslint-config-oceanprotocol": "^1.5.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-react": "^7.20.3", "prettier": "^2.0.5", "release-it": "^13.6.4", "typescript": "^3.9.6" }, "peerDependencies": { "react": ">=16.8.0" }, "repository": { "type": "git", "url": "git+https://github.com/oceanprotocol/react.git" }, "author": "", "license": "Apache-2.0", "bugs": { "url": "https://github.com/oceanprotocol/react/issues" }, "homepage": "https://github.com/oceanprotocol/react#readme", "release-it": { "hooks": { "after:bump": "npm run changelog" }, "plugins": { "@release-it/bumper": { "out": [ "package.json", "package-lock.json" ] } }, "git": { "tagName": "v${version}" }, "github": { "release": true }, "npm": { "publish": false } }, "publishConfig": { "access": "public" } }