gemini-zod
Version:
Gemini AI Schema to Zod Adapter
58 lines (56 loc) • 1.41 kB
JSON
{
"name": "gemini-zod",
"version": "0.1.2",
"description": "Gemini AI Schema to Zod Adapter",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest --config jestconfig.json --detectOpenHandles",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jbeoris/gemini-zod.git"
},
"keywords": [
"gemini",
"google",
"zod",
"ai"
],
"author": {
"email": "jack@everart.ai",
"name": "Jack Beoris",
"url": "https://jackbeoris.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jbeoris/gemini-zod/issues"
},
"homepage": "https://github.com/jbeoris/gemini-zod#readme",
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.0",
"@types/uuid": "^9.0.8",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^5.4.5",
"zod": "^3.23.8"
},
"files": [
"dist"
],
"dependencies": {
}
}