nymia-ai-assistant
Version:
Package for integrating an AI assistant chat into any web application easily and customizable.
40 lines (39 loc) • 954 B
JSON
{
"name": "nymia-ai-assistant",
"version": "0.5.6",
"description": "Package for integrating an AI assistant chat into any web application easily and customizable.",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"dev": "tsup src/index.ts --format esm,cjs --dts --watch",
"build": "tsup src/index.ts --format esm,cjs --dts --minify",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src --ext .ts",
"format": "prettier --write \"src/**/*.ts\"",
"prepublishOnly": "npm run build"
},
"keywords": [
"assistant",
"chat",
"ia",
"ai",
"floating-button",
"typescript",
"ui",
"component"
],
"author": "",
"license": "ISC",
"devDependencies": {
"eslint": "^9.26.0",
"prettier": "^3.5.3",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
}
}