ai-bot-snippet
Version:
A package for fast AI Chat for your website
49 lines (48 loc) • 1.03 kB
JSON
{
"name": "ai-bot-snippet",
"version": "0.1.5",
"description": "A package for fast AI Chat for your website",
"homepage": "https://vasyl-trefilov.github.io/ai-bot-chat",
"repository": {
"type": "git",
"url": "https://github.com/Vasyl-Trefilov/ai-bot-chat.git"
},
"peerDependencies": {
"@types/js-cookie": "^3.0.6",
"@angular/common": "^19.1.0",
"@angular/core": "^19.1.0",
"axios": "^1.7.9",
"gsap": "^3.12.7",
"js-cookie": "^3.0.5"
},
"files": [
"fesm2022/**/*",
"lib/**/*",
"index.d.ts",
"public-api.d.ts"
],
"sideEffects": false,
"author": "Vasyl Trefilov",
"license": "MIT",
"keywords": [
"ai",
"chatBot",
"chat",
"bot",
"gpt"
],
"module": "fesm2022/ai-bot-snippet.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ai-bot-snippet.mjs"
}
},
"dependencies": {
"tslib": "^2.3.0"
}
}