UNPKG

@darwish/hooks-core

Version:

44 lines (43 loc) 922 B
{ "name": "@darwish/hooks-core", "version": "0.0.16", "description": "", "main": "./lib/index.js", "module": "./esm/index.js", "types": "./lib/index.d.ts", "typings": "./lib/index.d.ts", "files": [ "esm", "lib", "tsconfig.json" ], "publishConfig": { "access": "public" }, "scripts": { "build:cjs": "tsc", "build:es": "tsc -m esNext --outDir esm", "build": "pnpm build:cjs && pnpm build:es", "prepublish": "npm run build", "test": "vitest" }, "dependencies": { "@darwish/types": "latest", "@darwish/utils-is": "latest", "immer": "^10.0.2", "js-cookie": "^3.0.5" }, "keywords": [ "use-default", "hooks", "react", "darwish" ], "author": "darwish <28958230@qq.com>", "license": "ISC", "devDependencies": { "@testing-library/jest-dom": "^6.4.5", "@types/js-cookie": "^3.0.3", "@types/node": "^20.7.0" } }