@mencraft/lore-headless
Version:
A headless library for chat streaming functionality
89 lines (88 loc) • 2.08 kB
JSON
{
"name": "@mencraft/lore-headless",
"version": "0.1.22",
"description": "A headless library for chat streaming functionality",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.esm.js",
"require": "./dist/index.js"
},
"./react": {
"types": "./dist/react.d.ts",
"import": "./dist/react.esm.js",
"require": "./dist/react.js"
}
},
"typesVersions": {
"*": {
"react": [
"dist/react.d.ts"
]
}
},
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "jest",
"lint": "eslint src --ext .ts",
"typecheck": "tsc --noEmit"
},
"keywords": [
"chat",
"stream",
"headless",
"api",
"react",
"typescript",
"lore",
"lorejs",
"lorejs-headless",
"ai",
"chatgpt",
"openai",
"chatbot",
"streaming",
"streaming-api",
"streaming-chat"
],
"author": "",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.0.0",
"@types/jest": "^29.0.0",
"@types/react": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.0",
"jest": "^29.0.0",
"jest-environment-jsdom": "^29.7.0",
"react": "^18.0.0",
"rollup": "^3.0.0",
"rollup-plugin-dts": "^5.0.0",
"ts-jest": "^29.0.0",
"tslib": "^2.0.0",
"typescript": "^4.9.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/handshake-consulting/lore-frontend-package.git"
},
"bugs": {
"url": "https://github.com/handshake-consulting/lore-frontend-package/issues"
},
"homepage": "https://github.com/handshake-consulting/lore-frontend-package#readme"
}