Skip to content

Commit 6572f77

Browse files
committed
chore: 배포 전 package.json 수정
1 parent 08c1bf7 commit 6572f77

1 file changed

Lines changed: 44 additions & 3 deletions

File tree

react-sketch-tooltip/package.json

Lines changed: 44 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,33 @@
11
{
22
"name": "react-sketch-tooltip",
3-
"private": true,
3+
"description": "A customizable sketch-style tooltip for React, inspired by comic-style speech bubbles.",
4+
"keywords": [
5+
"react",
6+
"sketch",
7+
"roughjs",
8+
"roughjs-tooltip",
9+
"tooltip",
10+
"customizable",
11+
"custom",
12+
"comic",
13+
"speech-bubble",
14+
"react-tooltip",
15+
"ui-components",
16+
"javascript",
17+
"typescript"
18+
],
419
"version": "0.0.0",
20+
"main": "./index.ts",
21+
"types": "./src/types/index.d.ts",
22+
"private": false,
523
"type": "module",
24+
"exports": {
25+
".": {
26+
"types": "./src/types/index.d.ts",
27+
"import": "./index.ts",
28+
"require": "./index.cts"
29+
}
30+
},
631
"scripts": {
732
"dev": "vite",
833
"build": "tsc -b && vite build",
@@ -11,10 +36,12 @@
1136
"preview": "vite preview"
1237
},
1338
"dependencies": {
14-
"react": "^18.3.1",
15-
"react-dom": "^18.3.1",
1639
"roughjs": "^4.6.6"
1740
},
41+
"peerDependencies": {
42+
"react": "^18.0.0",
43+
"react-dom": "^18.0.0"
44+
},
1845
"devDependencies": {
1946
"@eslint/js": "^9.15.0",
2047
"@types/react": "^18.3.12",
@@ -31,5 +58,19 @@
3158
"typescript": "~5.6.2",
3259
"typescript-eslint": "^8.15.0",
3360
"vite": "^6.0.1"
61+
},
62+
"repository": {
63+
"type": "git",
64+
"url": "https://github.com/sandeulju/react-sketch-tooltip.git"
65+
},
66+
"homepage": "https://github.com/sandeulju/react-sketch-tooltip#readme",
67+
"bugs": {
68+
"url": "https://github.com/sandeulju/react-sketch-tooltip/issues"
69+
},
70+
"license": "MIT",
71+
"author": {
72+
"name": "sandeulju",
73+
"email": "tksemf7410@gmail.com",
74+
"url": "https://github.com/sandeulju"
3475
}
3576
}

0 commit comments

Comments
 (0)