All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.package.json Maven / Gradle / Ivy

{
  "name": "wc-chatbot",
  "version": "0.2.0",
  "description": "A simple WebComponent for chatting with real people or bots, such as OpenAI ChatGPT or Google Bard AI.",
  "main": "./dist/wc-chatbot.js",
  "types": "./types/index.d.ts",
  "scripts": {
    "build": "npm run clean && webpack --config webpack.prod.js",
    "dev": "webpack serve --config webpack.dev.js",
    "test": "jest --coverage",
    "benchmark": "webpack serve --config webpack.bm.js",
    "clean": "npx rimraf dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yishiashia/wc-chatbot.git"
  },
  "keywords": [
    "WebComponent",
    "chat",
    "chatbot"
  ],
  "author": "yishiashis ",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/yishiashia/wc-chatbot/issues"
  },
  "homepage": "https://github.com/yishiashia/wc-chatbot#readme",
  "files": [
    "dist/*",
    "types/*"
  ],
  "devDependencies": {
    "@babel/core": "^7.20.12",
    "@babel/plugin-transform-runtime": "^7.19.6",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-typescript": "^7.18.6",
    "@testing-library/dom": "^9.2.0",
    "@testing-library/jest-dom": "^5.16.5",
    "babel-loader": "^9.1.0",
    "babel-polyfill": "^6.26.0",
    "css-loader": "^6.7.3",
    "html-webpack-plugin": "^5.5.0",
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "raw-loader": "^4.0.2",
    "sass": "^1.60.0",
    "sass-loader": "^13.2.2",
    "style-loader": "^3.3.2",
    "ts-loader": "^9.4.2",
    "typescript": "^4.9.4",
    "webpack": "^5.75.0",
    "webpack-cli": "^5.0.1",
    "webpack-dev-server": "^4.11.1"
  },
  "dependencies": {
    "wc-bubble": "^0.1.7"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy