File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 5
5
"main" : " ./dist/cjs/index.js" ,
6
6
"module" : " ./dist/esm/index.js" ,
7
7
"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" ,
8
15
"scripts" : {
9
16
"build" : " run-p build:*" ,
10
17
"build:cjs" : " node build.mjs --format cjs --outdir dist/cjs" ,
13
20
"build:esm-ts" : " tsc --outDir dist/esm" ,
14
21
"dev" : " yarn build && run-p -l 'build:* --watch'"
15
22
},
16
- "author" : " " ,
17
- "license" : " ISC" ,
18
23
"devDependencies" : {
19
24
"@typescript-eslint/eslint-plugin" : " ^5.4.0" ,
20
25
"@typescript-eslint/parser" : " ^5.4.0" ,
21
26
"esbuild" : " ^0.13.15" ,
22
27
"eslint" : " ^8.3.0" ,
23
28
"eslint-plugin-react-hooks" : " ^4.3.0" ,
24
- "fast-safe-stringify" : " 2.1.1" ,
25
29
"npm-run-all" : " ^4.1.5" ,
26
- "react-query" : " ^3.33.5" ,
27
30
"typescript" : " ^4.5.2" ,
28
31
"yargs-parser" : " ^21.0.0"
29
32
},
30
- "dependencies" : {},
33
+ "dependencies" : {
34
+ "fast-safe-stringify" : " 2.1.1" ,
35
+ "react-query" : " ^3.33.5"
36
+ },
31
37
"peerDependencies" : {
32
38
"react" : " *" ,
33
39
"react-query" : " *"
You can’t perform that action at this time.
0 commit comments