{ "private": true, "name": "@pythnetwork/react-hooks", "description": "collection of utility hooks used across react applications powering parts of the pyth network", "version": "0.1.0", "scripts": { "build": "ts-duality --clean --noCjs", "clean": "rm -rf ./dist", "fix:format": "prettier --write .", "fix:lint": "eslint --fix . --max-warnings 0", "test:lint": "eslint . --max-warnings 0", "test:format": "prettier --check .", "test:types": "tsc" }, "devDependencies": { "@cprussin/eslint-config": "catalog:", "@pythnetwork/jest-config": "workspace:", "@cprussin/tsconfig": "catalog:", "@types/react": "catalog:", "@types/react-dom": "catalog:", "eslint": "catalog:" }, "dependencies": { "nuqs": "catalog:", "react": "catalog:", "react-dom": "catalog:" }, "type": "module", "exports": { "./nuqs-adapters-next": { "types": "./dist/nuqs-adapters-next.d.ts", "default": "./dist/nuqs-adapters-next.mjs" }, "./nuqs-server": { "types": "./dist/nuqs-server.d.ts", "default": "./dist/nuqs-server.mjs" }, "./nuqs-testing": { "types": "./dist/nuqs-testing.d.ts", "default": "./dist/nuqs-testing.mjs" }, "./nuqs": { "types": "./dist/nuqs.d.ts", "default": "./dist/nuqs.mjs" }, "./package.json": "./package.json" } }