cranberrry
Version:
AI Agentic UI Framework For Frontend
81 lines (80 loc) • 1.7 kB
JSON
{
"name": "cranberrry",
"version": "0.1.8",
"description": "AI Agentic UI Framework For Frontend",
"keywords": [
"agentic",
"ai",
"artificial-intelligence",
"agent",
"react",
"typescript",
"frontend",
"ui",
"framework",
"automation",
"chatbot",
"conversational-ai",
"ai-agent",
"react-hooks",
"state-management",
"typescript-library",
"npm-package"
],
"homepage": "https://www.cranberrry.com",
"bugs": {
"url": "https://github.com/Ritvyk/cranberrry/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ritvyk/cranberrry.git"
},
"license": "ISC",
"author": "Ritvik",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./package.json": "./package.json"
},
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build",
"prepare": "npm run build",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"mitt": "^3.0.1",
"nanoid": "^5.1.5"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"peerDependenciesMeta": {
"react-dom": {
"optional": true
}
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"tsup": "^8.0.2",
"typescript": "^5.4.3"
},
"sideEffects": false
}