@aichatkit/types
Version:
Shared TypeScript types for Hypermode ChatKit
30 lines • 705 B
JSON
{
"name": "@aichatkit/types",
"version": "0.0.0-alpha.5",
"description": "Shared TypeScript types for Hypermode ChatKit",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"src/**/*"
],
"keywords": [
"chat",
"types",
"interfaces",
"ai",
"hypermode"
],
"author": "Hypermode",
"license": "MIT",
"homepage": "https://github.com/hypermodeinc/chatkit/tree/main/packages/types#readme",
"devDependencies": {
"typescript": "^5.0.0",
"tsup": "^8.0.0"
},
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
"dev": "tsup src/index.ts --format cjs,esm --dts --watch"
}
}