We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01009b3 commit d53fabaCopy full SHA for d53faba
1 file changed
packages/example-mocks/package.json
@@ -3,6 +3,17 @@
3
"version": "1.0.0",
4
"type": "module",
5
"main": "./src/index.ts",
6
+ "homepage": "https://gkurt.com/tanstack-query-builder/",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+ssh://git@github.com/KurtGokhan/tanstack-query-builder.git"
10
+ },
11
+ "license": "MIT",
12
+ "author": {
13
+ "name": "Gokhan Kurt",
14
+ "email": "krtgkn@gmail.com",
15
+ "url": "https://github.com/KurtGokhan"
16
17
"exports": {
18
".": "./src/index.ts",
19
"./setup-msw": {
0 commit comments