zs-control
Version:
State management inspired by Zustand with strong TypeScript typing.
33 lines (32 loc) • 721 B
JSON
{
"name": "zs-control",
"version": "1.2.5",
"description": "State management inspired by Zustand with strong TypeScript typing.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"dev": "ts-node src/date"
},
"keywords": [
"state-management",
"react",
"typescript",
"zustand-like"
],
"author": "",
"license": "ISC",
"dependencies": {
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"react": "^18.3.1"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "^9.0.7",
"@types/react": "^18.3.12",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
}