@botonic/core
Version:
Build Chatbots using React
63 lines (62 loc) • 1.64 kB
JSON
{
"name": "@botonic/core",
"version": "0.37.0",
"license": "MIT",
"description": "Build Chatbots using React",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"scripts": {
"test": "../../node_modules/.bin/jest --coverage",
"prepublishOnly": "rm -rf lib && npm i && npm run build",
"lint": "npm run lint_core -- --fix",
"lint_core": "../../node_modules/.bin/eslint_d --cache --quiet '*.js' 'src/**/*.ts*'",
"build": "../../node_modules/.bin/tsc -p tsconfig.json && ../../node_modules/.bin/tsc -p tsconfig.esm.json",
"build:watch": "npm run build -- --watch",
"cloc": "../../scripts/qa/cloc-package.sh ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/hubtype/botonic.git"
},
"author": "",
"bugs": {
"url": "https://github.com/hubtype/botonic/issues"
},
"files": [
"src/**",
"lib/**",
"index.d.ts",
"README.md"
],
"dependencies": {
"@babel/plugin-transform-runtime": "^7.25.9",
"axios": "^1.10.0",
"decode": "^0.3.0",
"pako": "^2.1.0",
"process": "^0.11.10",
"pusher-js": "^5.1.1",
"ulid": "^2.3.0"
},
"devDependencies": {
"@types/minipass": "^3.3.5",
"@types/pako": "^1.0.2",
"babel-plugin-add-module-exports": "^1.0.2"
},
"homepage": "https://github.com/hubtype/botonic#readme",
"engines": {
"node": ">=20.0.0",
"npm": ">=10.0.0"
},
"keywords": [
"bot-framework",
"chatbot",
"conversational-app",
"conversational-ui",
"javascript"
],
"eslintConfig": {
"extends": "../.eslintrc.js",
"root": true
},
"sideEffects": false
}