@won-ui/hooks
Version:
hooks for @won-ui/core
36 lines • 816 B
JSON
{
"name": "@won-ui/hooks",
"version": "0.0.8",
"sideEffects": false,
"license": "MIT",
"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 --external react",
"dev": "tsup src/index.ts --format esm,cjs --dts --external react",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"test": "jest",
"test:watch": "jest --watch"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/woongjang/won-ui.git"
},
"keywords": [
"won-ui",
"hooks",
"react",
"react-hooks"
],
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
}
}