@orpc/zod 0.0.0-next-20241126131150 → 0.0.0-next.83ec2e8
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -11
package/package.json
CHANGED
@@ -1,25 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"name": "@orpc/zod",
|
3
3
|
"type": "module",
|
4
|
-
"version": "0.0.0-next
|
5
|
-
"author": {
|
6
|
-
"name": "unnoq",
|
7
|
-
"email": "contact@unnoq.com",
|
8
|
-
"url": "https://unnoq.com"
|
9
|
-
},
|
4
|
+
"version": "0.0.0-next.83ec2e8",
|
10
5
|
"license": "MIT",
|
11
|
-
"homepage": "https://
|
6
|
+
"homepage": "https://orpc.unnoq.com",
|
12
7
|
"repository": {
|
13
8
|
"type": "git",
|
14
|
-
"url": "https://github.com/unnoq/orpc.git",
|
9
|
+
"url": "git+https://github.com/unnoq/orpc.git",
|
15
10
|
"directory": "packages/zod"
|
16
11
|
},
|
17
12
|
"keywords": [
|
18
13
|
"unnoq"
|
19
14
|
],
|
20
|
-
"publishConfig": {
|
21
|
-
"access": "public"
|
22
|
-
},
|
23
15
|
"exports": {
|
24
16
|
".": {
|
25
17
|
"types": "./dist/src/index.d.ts",
|