@sanity-typed/faker
Version:
Generate Mock Data from Sanity Schemas
74 lines (73 loc) • 1.89 kB
JSON
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@sanity-typed/faker",
"version": "4.0.0",
"description": "Generate Mock Data from Sanity Schemas",
"keywords": [
"sanity",
"sanity-io",
"types",
"typescript",
"cms",
"headless",
"realtime",
"content",
"faker",
"faker.js",
"fakerjs",
"faker-js",
"fake data generator",
"fake data",
"fake-data",
"fake-generator",
"fake-data-generator",
"fake content generator",
"fake contextual data generator",
"fake contextual data"
],
"homepage": "https://github.com/saiichihashimoto/sanity-typed/tree/main/packages/faker",
"bugs": "https://github.com/saiichihashimoto/sanity-typed/issues",
"repository": "github:saiichihashimoto/sanity-typed",
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/saiichihashimoto"
},
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"dev": "npm run build -- --no-clean",
"test": "jest"
},
"dependencies": {
"@portabletext-typed/types": "3.0.0",
"@sanity-typed/types": "8.0.0",
"fast-json-stable-stringify": "2.1.0",
"lodash": "4.17.21",
"randexp": "0.5.3",
"type-fest": "4.30.2"
},
"devDependencies": {
"@faker-js/faker": "9.2.0",
"@jest/globals": "29.7.0",
"@jest/types": "29.6.3",
"@saiichihashimoto/test-utils": "1.1.0",
"@sanity-typed/traverse-validation": "0.0.0-development",
"@sanity-typed/tsconfig": "0.0.0-development",
"@sanity-typed/utils": "0.0.0-development",
"@sanity-typed/zod": "4.0.0",
"jest": "29.7.0",
"ts-jest": "29.2.5"
},
"peerDependencies": {
"@faker-js/faker": "^8.3.0",
"typescript": "5.7.2 || 5.7.3"
},
"engines": {
"node": "^18.17.0 || ^20.18.0"
}
}