zod-schema-faker
Version:
Generates mock data from zod schema. Powered by @faker-js/faker and randexp.js
65 lines (64 loc) • 1.48 kB
JSON
{
"name": "zod-schema-faker",
"type": "module",
"sideEffects": false,
"version": "1.5.4",
"description": "Generates mock data from zod schema. Powered by @faker-js/faker and randexp.js",
"keywords": [
"zod",
"faker-js",
"fake",
"stub",
"mock",
"test",
"json",
"schema"
],
"homepage": "https://github.com/soc221b/zod-schema-faker#readme",
"bugs": {
"url": "https://github.com/soc221b/zod-schema-faker/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soc221b/zod-schema-faker.git"
},
"license": "MIT",
"author": "Ernest <soc221b.e@gmail.com>",
"main": "./dist/zod-schema-faker.umd.cjs",
"module": "./dist/zod-schema-faker.js",
"exports": {
".": {
"import": "./dist/zod-schema-faker.js",
"require": "./dist/zod-schema-faker.umd.cjs"
}
},
"types": "dist/zod-schema-faker.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc && vite build",
"format": "prettier --write .",
"test": "vitest"
},
"devDependencies": {
"@types/node": "22.14.1",
"@vitest/coverage-v8": "3.1.1",
"prettier": "3.5.3",
"rimraf": "6.0.1",
"ts-expect": "1.3.0",
"ts-node": "10.9.2",
"typescript": "5.8.3",
"vite": "6.3.0",
"vite-plugin-dts": "4.5.3",
"vitest": "3.1.1",
"zod": "3.24.3"
},
"peerDependencies": {
"zod": "*"
},
"dependencies": {
"@faker-js/faker": "9.7.0",
"randexp": "0.5.3"
}
}