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 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" ,
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" : " *"
You can’t perform that action at this time.
0 commit comments