Skip to content

Commit c9fdda0

Browse files
committed
Tweak package.json
1 parent 311a263 commit c9fdda0

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

package.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",
77
"types": "./dist/cjs/index.d.ts",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/scottmas/create-typed-sdk.git"
11+
},
12+
"homepage": "https://github.com/scottmas/create-typed-sdk",
13+
"author": "scottmas",
14+
"license": "ISC",
815
"scripts": {
916
"build": "run-p build:*",
1017
"build:cjs": "node build.mjs --format cjs --outdir dist/cjs",
@@ -13,21 +20,20 @@
1320
"build:esm-ts": "tsc --outDir dist/esm",
1421
"dev": "yarn build && run-p -l 'build:* --watch'"
1522
},
16-
"author": "",
17-
"license": "ISC",
1823
"devDependencies": {
1924
"@typescript-eslint/eslint-plugin": "^5.4.0",
2025
"@typescript-eslint/parser": "^5.4.0",
2126
"esbuild": "^0.13.15",
2227
"eslint": "^8.3.0",
2328
"eslint-plugin-react-hooks": "^4.3.0",
24-
"fast-safe-stringify": "2.1.1",
2529
"npm-run-all": "^4.1.5",
26-
"react-query": "^3.33.5",
2730
"typescript": "^4.5.2",
2831
"yargs-parser": "^21.0.0"
2932
},
30-
"dependencies": {},
33+
"dependencies": {
34+
"fast-safe-stringify": "2.1.1",
35+
"react-query": "^3.33.5"
36+
},
3137
"peerDependencies": {
3238
"react": "*",
3339
"react-query": "*"

0 commit comments

Comments
 (0)