@urban-bot/core
Version:
The universal chatbot library based on React
87 lines (86 loc) • 2.45 kB
JSON
{
"name": "@urban-bot/core",
"version": "1.0.9",
"description": "The universal chatbot library based on React",
"files": [
"dist/**/*"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf dist && tsc",
"start": "tsc --watch --preserveWatchOutput",
"test": "jest",
"lint": "eslint \"./src/**\"",
"lint:fix": "npm run lint -- --fix",
"my-publish": "npm run build && npm publish --access public",
"typecheck": "tsc --noEmit",
"precommit": "lint-staged",
"prepare": "npm run build"
},
"bin": {
"urban-bot": "./dist/bin/index.js"
},
"keywords": [
"bot",
"chatbot",
"react",
"telegram",
"slack",
"messenger",
"reactjs",
"redux",
"mobx"
],
"authors": [
"ledamint",
"oTkPoBeHuE"
],
"license": "MIT",
"devDependencies": {
"@types/debounce-promise": "3.1.2",
"@types/express": "4.17.6",
"@types/jest": "25.2.1",
"@types/lodash.debounce": "4.0.6",
"@types/react": "^18.0.26",
"@types/react-reconciler": "^0.28.0",
"@typescript-eslint/eslint-plugin": "2.29.0",
"@typescript-eslint/parser": "2.29.0",
"eslint": "6.8.0",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jest": "23.8.2",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "25.4.0",
"lint-staged": "10.1.7",
"prettier": "2.0.5",
"react": "^18.2.0",
"rimraf": "3.0.2",
"ts-jest": "25.4.0",
"typescript": "4.4.3"
},
"dependencies": {
"array-flatten": "3.0.0",
"cross-fetch": "3.1.5",
"debounce-promise": "3.1.2",
"dotenv": "16.0.0",
"express": "4.17.2",
"path-parser": "6.1.0",
"react-reconciler": "^0.29.0"
},
"peerDependencies": {
"react": "^18.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/urban-bot/urban-bot.git",
"directory": "packages/urban-bot"
},
"homepage": "https://urban-bot.now.sh",
"engines": {
"node": ">=14.0.0"
},
"gitHead": "ea322836e1c164e89595d36030a754f9762c35e4"
}