File size: 1,065 Bytes
6dec997 2131c77 6dec997 2131c77 6dec997 f9081f9 6dec997 f9081f9 6dec997 2131c77 f9081f9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | {
"name": "@krishthesmart/contract-kit",
"version": "0.1.1",
"description": "Schema-first reliability helpers for structured AI outputs.",
"type": "module",
"license": "MIT",
"author": "krishthesmart <krish.arulmeiyappan@gmail.com>",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/krishthesmart/contract-kit.git"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "vitest run",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"keywords": [
"llm",
"schema",
"zod",
"validation",
"structured-output",
"reliability"
],
"peerDependencies": {
"zod": "^3.23.0 || ^4.0.0"
},
"devDependencies": {
"@types/node": "^22.10.2",
"typescript": "^5.7.2",
"vitest": "^2.1.8",
"zod": "^3.25.76"
},
"contributors": [
"krishthesmart <krish.arulmeiyappan@gmail.com>"
]
}
|