UNPKG

react-substack

Version:

Read any Substack newsletter with React

58 lines 1.67 kB
{ "name": "react-substack", "version": "1.0.17", "description": "Read any Substack newsletter with React", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "files": [ "dist" ], "keywords": [ "substack", "hook", "react" ], "author": "Jason Howmans", "license": "ISC", "types": "dist/index.d.ts", "repository": { "url": "https://github.com/nosajio/react-substack" }, "devDependencies": { "@rollup/plugin-commonjs": "^23.0.2", "@rollup/plugin-json": "^5.0.1", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-typescript": "^9.0.2", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@types/jest": "^29.2.3", "@types/node": "^18.11.9", "@types/react": "^18.0.25", "@types/testing-library__jest-dom": "^5.14.5", "@typescript-eslint/eslint-plugin": "^5.43.0", "@typescript-eslint/parser": "^5.43.0", "dotenv": "^16.0.3", "eslint": "^8.27.0", "eslint-plugin-compat": "^4.0.2", "eslint-plugin-react": "^7.31.11", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.3.1", "jest-environment-jsdom": "^29.3.1", "rollup": "^3.3.0", "rollup-plugin-dts": "^5.0.0", "rollup-plugin-peer-deps-external": "^2.2.4", "ts-jest": "^29.0.3", "tslib": "^2.4.1", "typescript": "^4.9.3" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "scripts": { "test": "jest --verbose", "test:ci": "jest", "release:patch": "npm version patch && npm run build && git add dist && git commit --amend --no-edit", "build": "rollup -c --bundleConfigAsCjs" } }