Skip to content

Commit 5ac2b1f

Browse files
committed
chore: add some details in package json
1 parent 94ecdc4 commit 5ac2b1f

File tree

1 file changed

+31
-3
lines changed

1 file changed

+31
-3
lines changed

package.json

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,46 @@
11
{
2+
"name": "react-use-wizard",
3+
"author": "devrnt <[email protected]>",
4+
"description": "React wizard (stepper) builder without the hassle, powered by hooks.",
5+
"homepage": "https://github.com/devrnt/react-use-wizard#readme",
6+
"module": "dist/react-use-wizard.esm.js",
27
"version": "0.0.0",
38
"license": "MIT",
49
"main": "dist/index.js",
510
"typings": "dist/index.d.ts",
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/devrnt/react-use-wizard"
14+
},
15+
"bugs": {
16+
"url": "https://github.com/devrnt/react-use-wizard/issues"
17+
},
618
"files": [
719
"dist",
820
"src"
921
],
1022
"engines": {
1123
"node": ">=10"
1224
},
25+
".": {
26+
"browser": "./dist/react-use-wizard.esm.js",
27+
"import": "./dist/react-use-wizard.esm.js",
28+
"require": "./dist/react-use-wizard.js"
29+
},
30+
"keywords": [
31+
"react",
32+
"reactjs",
33+
"wizard",
34+
"stepper",
35+
"react-stepper",
36+
"react-wizard",
37+
"react-use",
38+
"typescript",
39+
"react-hooks",
40+
"react-use-wizard",
41+
"react-use-stepper",
42+
"devrnt"
43+
],
1344
"scripts": {
1445
"start": "tsdx watch",
1546
"build": "tsdx build",
@@ -32,9 +63,6 @@
3263
"pre-commit": "tsdx lint"
3364
}
3465
},
35-
"name": "react-use-wizard",
36-
"author": "devrnt",
37-
"module": "dist/react-use-wizard.esm.js",
3866
"size-limit": [
3967
{
4068
"path": "dist/react-use-wizard.cjs.production.min.js",

0 commit comments

Comments
 (0)