UNPKG

words

Version:

A collection of React hooks for toggles with dynamic noun and verb APIs

68 lines (67 loc) 1.48 kB
{ "name": "words", "version": "0.3.0", "description": "A collection of React hooks for toggles with dynamic noun and verb APIs", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepublishOnly": "yarn build", "test": "jest --config jest.config.ts" }, "keywords": [ "react", "react-hooks", "hooks", "state-management", "ui-state", "dynamic-state", "toggle", "optimistic-updates", "proxy", "verbs", "nouns", "readable-code", "human-readable", "semantic", "show-hide", "open-close", "check-uncheck", "words", "use-toggles", "use-toggle", "toggles", "react-toggles", "toggle-hook", "react-toggle-hook" ], "author": "Alex Cory", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ava/words.git" }, "bugs": { "url": "https://github.com/ava/words/issues" }, "homepage": "https://alexcory.notion.site/words", "peerDependencies": { "react": ">=16.9.0" }, "devDependencies": { "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.2.0", "@testing-library/user-event": "^14.6.1", "@types/jest": "^27.0.0", "@types/react": "^16.9.0", "jest": "^28.0.0", "jest-environment-jsdom": "^29.7.0", "react-dom": "^19.0.0", "ts-jest": "^28.0.0", "ts-node": "^10.9.2", "typescript": "^4.0.0" }, "files": [ "dist" ] }