@yellow-ticket/seed-json-schema
Version:
Seed a JSON Schema with random values.
40 lines • 852 B
JSON
{
"type": "module",
"name": "@yellow-ticket/seed-json-schema",
"version": "0.1.6",
"description": "Seed a JSON Schema with random values.",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"keywords": [
"json-schema",
"generate",
"values",
"seed",
"random"
],
"author": "Artem Zakharchenko <me@kettanaito.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"files": [
"./build",
"./src"
],
"devDependencies": {
"@ossjs/release": "^0.8.1",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@types/json-schema": "^7.0.15",
"outvariant": "^1.4.2",
"randexp": "^0.5.3"
},
"scripts": {
"test": "vitest",
"build": "tsc -p ./tsconfig.build.json",
"release": "release publish"
}
}