UNPKG

yodlee-react-hook

Version:
55 lines (54 loc) 1.55 kB
{ "name": "yodlee-react-hook", "version": "0.2.0", "description": "Yodlee FastLink integration with React hooks", "repository": "github:erhangundogan/yodlee-react-hook", "keywords": [ "react", "react-hooks", "yodlee", "fastlink", "payment-provider", "integration" ], "types": "index.d.ts", "author": "erhan.gundogan@gmail.com", "license": "MIT", "main": "./dist/bundle.js", "scripts": { "lint": "eslint \"src/**/*.{js,ts,tsx}\"", "test": "jest --config=jest.config.js", "build": "rollup src/index.ts -c", "watch": "rollup src/index.ts -cw" }, "devDependencies": { "@testing-library/jest-dom": "^5.11.1", "@testing-library/react": "^10.4.7", "@testing-library/react-hooks": "^3.4.0", "@types/jest": "^26.0.5", "@types/react": "^16.9.43", "@types/react-dom": "^16.9.8", "@types/testing-library__react-hooks": "^3.3.0", "@typescript-eslint/eslint-plugin": "^3.7.0", "@typescript-eslint/parser": "^3.7.0", "babel-eslint": "^10.1.0", "eslint": "^7.5.0", "eslint-plugin-jest": "^23.18.0", "eslint-plugin-react": "^7.20.3", "eslint-plugin-react-hooks": "^4.0.8", "jest": "^26.1.0", "react": "^16.13.1", "react-dom": "^16.13.1", "react-test-renderer": "^16.13.1", "rollup": "^2.22.2", "rollup-plugin-typescript": "^1.0.1", "rollup-watch": "^4.3.1", "ts-jest": "^26.1.3", "tslib": "^2.0.0", "typescript": "^3.9.6" }, "peerDependencies": { "react": "^16.13.1", "react-dom": "^16.13.1" } }