UNPKG

usestack

Version:

This package allows users to use stacks in React applications as a custom hook.

51 lines (50 loc) 1.23 kB
{ "name": "usestack", "version": "1.0.3", "homepage": "https://github.com/Akshay2002Singh/useStack#readme", "bugs": { "url": "https://github.com/Akshay2002Singh/useStack/issues" }, "repository": "https://github.com/Akshay2002Singh/useStack", "description": "This package allows users to use stacks in React applications as a custom hook.", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup src/index.ts --format esm,cjs --dts" }, "keywords": [ "react", "react-hook", "custom-hook", "useStack", "stack-hook", "stack-structure", "typescript", "react-typescript", "data-structures", "stack", "state-management", "hooks-library", "frontend-utils", "react-utils", "push-pop", "javascript-stack", "react-stack" ], "author": "Akshay Singh", "license": "MIT", "peerDependencies": { "react": "^17.0.0 || ^18.0.0" }, "devDependencies": { "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "react": "^18.2.0", "tsup": "^7.2.0", "typescript": "^5.0.0" } }