Comparing version 3.22.0-canary.20230305T082229 to 3.22.0-canary.20230305T093225
109
package.json
{ | ||
"name": "zod", | ||
"version": "3.22.0-canary.20230305T082229", | ||
"description": "TypeScript-first schema declaration and validation library with static type inference", | ||
"version": "3.22.0-canary.20230305T093225", | ||
"author": "Colin McDonnell <colin@colinhacks.com>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/colinhacks/zod" | ||
}, | ||
"main": "./lib/index.js", | ||
"types": "./index.d.ts", | ||
"module": "./lib/index.mjs", | ||
"devDependencies": { | ||
"@rollup/plugin-typescript": "^8.2.0", | ||
"@types/benchmark": "^2.1.0", | ||
"@types/jest": "^29.2.2", | ||
"@types/node": "14", | ||
"@typescript-eslint/eslint-plugin": "^5.15.0", | ||
"@typescript-eslint/parser": "^5.15.0", | ||
"benchmark": "^2.1.4", | ||
"dependency-cruiser": "^9.19.0", | ||
"eslint": "^8.11.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-ban": "^1.6.0", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-simple-import-sort": "^7.0.0", | ||
"eslint-plugin-unused-imports": "^2.0.0", | ||
"husky": "^7.0.4", | ||
"jest": "^29.3.1", | ||
"lint-staged": "^12.3.7", | ||
"nodemon": "^2.0.15", | ||
"prettier": "^2.6.0", | ||
"pretty-quick": "^3.1.3", | ||
"rollup": "^2.70.1", | ||
"ts-jest": "^29.0.3", | ||
"ts-morph": "^14.0.0", | ||
"ts-node": "^10.9.1", | ||
"tslib": "^2.3.1", | ||
"tsx": "^3.8.0", | ||
"typescript": "~4.5.0" | ||
}, | ||
"exports": { | ||
@@ -17,2 +49,6 @@ ".": { | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/colinhacks/zod/issues" | ||
}, | ||
"description": "TypeScript-first schema declaration and validation library with static type inference", | ||
"files": [ | ||
@@ -22,19 +58,4 @@ "/lib", | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/colinhacks/zod" | ||
}, | ||
"author": "Colin McDonnell <colin@colinhacks.com>", | ||
"license": "MIT", | ||
"sideEffects": false, | ||
"bugs": { | ||
"url": "https://github.com/colinhacks/zod/issues" | ||
}, | ||
"funding": "https://github.com/sponsors/colinhacks", | ||
"homepage": "https://zod.dev", | ||
"funding": "https://github.com/sponsors/colinhacks", | ||
"support": { | ||
"backing": { | ||
"npm-funding": true | ||
} | ||
}, | ||
"keywords": [ | ||
@@ -47,3 +68,9 @@ "typescript", | ||
], | ||
"dependencies": {}, | ||
"license": "MIT", | ||
"lint-staged": { | ||
"src/*.ts": [ | ||
"eslint --cache --fix", | ||
"prettier --ignore-unknown --write" | ||
] | ||
}, | ||
"scripts": { | ||
@@ -62,2 +89,3 @@ "prettier:check": "prettier --check src/**/*.ts deno/lib/**/*.ts --no-error-on-unmatched-pattern", | ||
"build:types": "tsc -p tsconfig.types.json", | ||
"build:test": "tsc -p tsconfig.test.json", | ||
"rollup": "rollup --config rollup.config.js", | ||
@@ -73,37 +101,12 @@ "test:watch": "jest --watch", | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-typescript": "^8.2.0", | ||
"@types/benchmark": "^2.1.0", | ||
"@types/jest": "^29.2.2", | ||
"@types/node": "14", | ||
"@typescript-eslint/eslint-plugin": "^5.15.0", | ||
"@typescript-eslint/parser": "^5.15.0", | ||
"benchmark": "^2.1.4", | ||
"dependency-cruiser": "^9.19.0", | ||
"eslint": "^8.11.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-ban": "^1.6.0", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-simple-import-sort": "^7.0.0", | ||
"eslint-plugin-unused-imports": "^2.0.0", | ||
"husky": "^7.0.4", | ||
"jest": "^29.3.1", | ||
"lint-staged": "^12.3.7", | ||
"nodemon": "^2.0.15", | ||
"prettier": "^2.6.0", | ||
"pretty-quick": "^3.1.3", | ||
"rollup": "^2.70.1", | ||
"ts-jest": "^29.0.3", | ||
"ts-morph": "^14.0.0", | ||
"ts-node": "^10.9.1", | ||
"tslib": "^2.3.1", | ||
"tsx": "^3.8.0", | ||
"typescript": "~4.5.0" | ||
"sideEffects": false, | ||
"support": { | ||
"backing": { | ||
"npm-funding": true | ||
} | ||
}, | ||
"lint-staged": { | ||
"src/*.ts": [ | ||
"eslint --cache --fix", | ||
"prettier --ignore-unknown --write" | ||
] | ||
"types": "./index.d.ts", | ||
"dependencies": { | ||
"zod": "canary" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
606811
2640
1
+ Addedzod@canary
+ Addedzod@3.25.0-canary.20241210T225910(transitive)