-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1023 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "caarlosdamian-hooks",
"version": "1.14.0",
"description": "Empower your React applications with caarlosdamian-hooks—a versatile collection of meticulously crafted hooks, enhancing productivity, simplifying state management, and seamlessly integrating APIs for a streamlined development experience.",
"main": "./dist/index/js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"homepage": "https://github.com/caarlosdamian/caarlosdamian-hooks",
"repository": {
"url": "https://github.com/caarlosdamian/caarlosdamian-hooks"
},
"scripts": {
"build": "tsup"
},
"keywords": [
"hooks",
"custom-hooks"
],
"author": "caarlosdamian",
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/react": "^18.2.48",
"semantic-release": "^23.0.0",
"tsup": "^8.0.1"
}
}