UNPKG

ptrs

Version:

Manage your state with pointers.

47 lines 1.06 kB
{ "name": "ptrs", "version": "0.0.3", "description": "Manage your state with pointers.", "keywords": [ "react", "state", "pointer" ], "type": "module", "exports": { "import": "./dist/index.js", "require": "./dist/index.cjs" }, "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "npm run type-check && tsup", "test": "jest --watch", "coverage": "jest --coverage", "type-check": "tsc --noEmit" }, "author": "Thomas Faller", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/tfaller/ptrs.git" }, "peerDependencies": { "@types/react": ">=18.0.0", "react": ">=18.0.0" }, "devDependencies": { "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@types/jest": "^30.0.0", "jest": "^30.0.4", "jest-environment-jsdom": "^30.0.4", "ts-jest": "^29.4.0", "ts-node": "^10.9.2", "tsup": "^8.5.0", "typescript": "^5.8.3" } }