@colidy/hooks
Advanced tools
Comparing version 0.0.1-dev to 0.0.2
{ | ||
"name": "@colidy/hooks", | ||
"version": "0.0.1-dev", | ||
"version": "0.0.2", | ||
"description": "This library provides a collection of custom React hooks to simplify various tasks, including form management, state management, and other utilities. Each hook is designed to be reusable and easy to integrate into your React projects.", | ||
"main": "dist", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"build": "tsc" | ||
"build": "tsc", | ||
"copy:readme": "@powershell copy './README.md' './dist'", | ||
"copy:pckg": "@powershell copy './package.json' './dist'", | ||
"copy:license": "@powershell copy './LICENSE' './dist'", | ||
"prepublishOnly": "npm run build && npm version patch && npm run copy:readme && npm run copy:pckg && npm run copy:license" | ||
}, | ||
@@ -19,6 +23,3 @@ "dependencies": { | ||
"typescript": "^4.9.5" | ||
}, | ||
"files": [ | ||
"dist" | ||
] | ||
} | ||
} |
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
55060
61
0
873