UNPKG

use-bluesky

Version:

React hooks to interact with the Bluesky API

124 lines (123 loc) 3.68 kB
{ "name": "use-bluesky", "version": "0.0.4", "description": "React hooks to interact with the Bluesky API", "repository": { "type": "git", "url": "https://github.com/ryanhefner/use-bluesky" }, "author": "Ryan Hefner <hi@ryanhefner.com> (https://www.ryanhefner.com)", "license": "MIT", "keywords": [ "atproto", "bluesky", "bluesky-api", "context-provider", "hooks", "react", "react-hooks" ], "type": "module", "bugs": { "url": "https://github.com/ryanhefner/use-bluesky/issues" }, "homepage": "https://github.com/ryanhefner/use-bluesky#readme", "funding": [ { "type": "github", "url": "https://github.com/sponsors/ryanhefner" }, { "type": "patreon", "url": "https://www.patreon.com/ryanhefner" }, { "type": "opencollective", "url": "https://opencollective.com/ryanhefner" } ], "files": [ "dist", "src", "types" ], "directories": { "lib": "/src" }, "main": "dist/cjs/index.cjs", "module": "dist/esm/index.mjs", "types": "dist/index.d.ts", "scripts": { "clean": "rimraf dist", "prebuild": "yarn clean", "build": "yarn clean && rollup -c --bundleConfigAsCjs", "watch": "babel ./src -d . --ignore __mocks__,__tests__,**/*.test.js --watch", "prepare": "yarn build", "prepublishOnly": "yarn build", "prettier": "prettier -c", "push-release": "git push origin master && git push --tags", "dtslint": "dtslint types", "test": "snyk test && vitest run", "test:ci": "vitest run --coverage", "types": "tsc" }, "peerDependencies": { "@atproto/api": ">=0.10", "@atproto/oauth-client-node": ">=0.2", "@tanstack/react-query": ">=5.0", "react": ">=16.8", "react-dom": ">=16.8" }, "devDependencies": { "@atproto/api": "^0.15.6", "@atproto/oauth-client-node": "^0.2.17", "@babel/cli": "^7.12.10", "@babel/core": "^7.12.10", "@babel/eslint-parser": "^7.19.1", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-object-rest-spread": "^7.20.7", "@babel/plugin-syntax-import-assertions": "^7.18.6", "@babel/plugin-transform-runtime": "^7.27.1", "@babel/preset-env": "^7.12.11", "@babel/preset-react": "^7.23.3", "@rollup/plugin-babel": "^6.0.2", "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.2", "@tanstack/react-query": "^5.76.1", "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.0.0", "@types/react": "^19.1.4", "@vitest/coverage-v8": "^3.1.3", "axios": "^1.9.0", "babel-core": "^7.0.0-bridge.0", "babel-plugin-add-import-extension": "^1.6.0", "babel-plugin-dev-expression": "^0.2.2", "babel-polyfill": "^6.26.0", "coveralls": "^3.1.1", "dtslint": "^4.0.6", "eslint": "^9.26.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^5.2.0", "global-jsdom": "^26.0.0", "gzip-size": "^7.0.0", "jsdom": "^26.1.0", "prettier": "^3.0.3", "pretty-bytes": "^7.0.0", "react": "^19.1.0", "react-dom": "^19.1.0", "regenerator-runtime": "^0.14.0", "rimraf": "^6.0.1", "rollup": "^4.6.0", "rollup-plugin-dts": "^6.2.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-terser": "^7.0.2", "snyk": "^1.437.3", "typescript": "^5.3.3", "vitest": "^3.1.3" }, "packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447" }