mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
24 lines
562 B
JSON
24 lines
562 B
JSON
{
|
|
"name": "@metabuilder/timing-utils",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"description": "Timing and debounce utilities for React - debounced saves, debounce values, and save indicators",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.0.0 || ^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.1.0",
|
|
"@types/react": "^19.2.8",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"dependencies": {
|
|
"@reduxjs/toolkit": "^2.5.2"
|
|
}
|
|
}
|