UNPKG

@agentman/chat-widget

Version:

Agentman Chat Widget for easy integration with web applications

68 lines (67 loc) 1.78 kB
{ "name": "@agentman/chat-widget", "version": "5.3.1", "description": "Agentman Chat Widget for easy integration with web applications", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "files": [ "dist", "README.md", "docs", "LICENSE" ], "scripts": { "build": "webpack --mode production && tsc --emitDeclarationOnly", "dev": "webpack --mode development --watch", "prepare": "npm run build", "prepublishOnly": "npm test", "test": "jest --passWithNoTests", "lint": "eslint . --ext .ts", "docs": "mkdir -p docs && cp README.md docs/index.md", "release:patch": "npm version patch", "release:minor": "npm version minor", "release:major": "npm version major", "postversion": "git push && git push --tags", "version": "npm run build", "preversion": "echo 'Skipping lint check'" }, "keywords": [ "chat", "widget", "agentman", "assistant", "typescript" ], "author": "Agentman", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.11", "@types/node": "^20.10.6", "@typescript-eslint/eslint-plugin": "^6.17.0", "@typescript-eslint/parser": "^6.17.0", "ajv": "^8.17.1", "css-loader": "^6.8.1", "eslint": "^8.56.0", "jest": "^29.7.0", "style-loader": "^3.3.3", "ts-jest": "^29.1.1", "ts-loader": "^9.5.1", "typescript": "^5.3.3", "webpack": "^5.89.0", "webpack-cli": "^5.1.4" }, "repository": { "type": "git", "url": "git+https://github.com/Agentman-ai/.github.git", "directory": "chat-widget-demo" }, "bugs": { "url": "https://github.com/Agentman-ai/.github/issues" } }