genpower
Version:
Unified TypeScript library to generate, validate, and structure AI model outputs
48 lines (47 loc) • 980 B
JSON
{
"name": "genpower",
"version": "1.0.6",
"description": "Unified TypeScript library to generate, validate, and structure AI model outputs",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"files": ["dist"],
"publishConfig": {
"access": "public"
},
"private": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && node add-shebang.js"
},
"keywords": [
"zod",
"prompt-builder",
"json-validation",
"typescript",
"schema-validation",
"json-schema",
"llm",
"large-language-model",
"code-generation",
"api-client",
"json-parser",
"ai",
"genai",
"openai",
"gemini",
"llm"
],
"author": "mrx5578",
"license": "MIT",
"peerDependencies": {
"zod": "^4.0.10"
},
"devDependencies": {
"@types/node": "^24.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"bin": {
"genpower-prompt": "./dist/cli.js"
}
}