代码拉取完成,页面将自动刷新
{
"name": "botpress",
"version": "12.1.4",
"description": "The world's most powerful conversational engine",
"engines": {
"node": ">=10"
},
"main": "index.js",
"repository": "https://github.com/botpress/botpress.git",
"author": "Botpress, Inc.",
"license": "AGPL-3.0",
"private": true,
"scripts": {
"start": "cd ./out/bp && cross-env NODE_PATH=./ cross-env BP_MODULES_PATH=../../modules:../../internal-modules node index.js",
"cmd": "yarn run gulp",
"build": "yarn cmd build",
"watch": "yarn cmd watch",
"package": "yarn cmd package",
"test": "cross-env NATIVE_EXTENSIONS_DIR=./build/native-extensions node_modules/.bin/jest -i --detectOpenHandles -c jest.config.js",
"itest": "cross-env NATIVE_EXTENSIONS_DIR=./build/native-extensions node_modules/.bin/jest -i --detectOpenHandles -c jest.e2e.config.js all",
"tslint": "node_modules/.bin/tslint --project tslint.json",
"commitmsg": "commitlint -e $GIT_PARAMS"
},
"dependencies": {
"axios": "^0.18.1",
"bluebird-global": "^1.0.1",
"body-parser": "^1.18.3",
"cerialize": "^0.1.18",
"chalk": "^2.4.2",
"chokidar": "^2.1.5",
"cookie-session": "^1.3.3",
"cors": "^2.8.5",
"date-fns": "^1.30.1",
"debug": "^4.1.1",
"deep-diff": "^1.0.2",
"diff": "^4.0.1",
"doctrine": "^2.1.0",
"dotenv": "^7.0.0",
"errorhandler": "^1.5.0",
"eventemitter2": "^5.0.1",
"express": "^4.16.4",
"express-rate-limit": "^3.5.1",
"express-urlrewrite": "^1.2.0",
"fs-extra": "^7.0.1",
"getos": "^3.1.1",
"glob": "^7.1.3",
"globrex": "^0.1.2",
"https-proxy-agent": "^2.2.1",
"inversify": "^4.13.0",
"joi": "^13.6.0",
"json-schema-defaults": "^0.4.0",
"jsonwebtoken": "^8.5.1",
"knex": "^0.16.4-next1",
"ldapauth-fork": "^4.2.0",
"lodash": "^4.17.11",
"lodash-decorators": "^6.0.0",
"lru-cache": "^5.1.1",
"ml-kmeans": "^5.0.0",
"moment": "^2.24.0",
"mout": "^1.1.0",
"ms": "^2.1.1",
"multer": "^1.4.1",
"mustache": "^3.0.1",
"nanoid": "^2.0.1",
"node-machine-id": "^1.1.10",
"numeric": "^1.2.6",
"on-headers": "^1.0.2",
"passport": "^0.4.0",
"passport-oauth2": "^1.5.0",
"passport-saml": "^1.0.0",
"password-sheriff": "^1.1.0",
"pg": "^7.8.0",
"plur": "^3.0.1",
"portfinder": "^1.0.20",
"q": "^1.5.1",
"querystring": "^0.2.0",
"redlock": "^3.1.2",
"reflect-metadata": "^0.1.13",
"replace-in-file": "^4.1.1",
"semver": "^5.6.0",
"socket.io": "^2.2.0",
"socket.io-redis": "^5.2.0",
"socketio-jwt": "^4.5.0",
"tar": "^4.4.6",
"tmp": "^0.0.33",
"universal-analytics": "^0.4.20",
"unzipper": "^0.10.3",
"verror": "^1.10.0",
"vm2": "^3.6.10",
"yargs": "^12.0.2",
"yn": "^2.0.0"
},
"resolutions": {
"fstream": ">=1.0.12"
},
"devDependencies": {
"@commitlint/cli": "^7.2.1",
"@commitlint/config-conventional": "^7.1.2",
"@types/bluebird-global": "^3.5.9",
"@types/expect-puppeteer": "^3.3.1",
"@types/express": "^4.16.0",
"@types/fs-extra": "^5.0.4",
"@types/ioredis": "^4.0.10",
"@types/jest": "^24.0.11",
"@types/jest-environment-puppeteer": "^4.3.0",
"@types/joi": "^13.4.5",
"@types/knex": "^0.14.24",
"@types/lodash": "^4.14.116",
"@types/lru-cache": "^5.1.0",
"@types/ms": "^0.7.30",
"@types/mustache": "^0.8.31",
"@types/node": "^10.10.3",
"@types/passport": "^1.0.0",
"@types/puppeteer": "^1.19.1",
"@types/redis": "^2.8.10",
"@types/socket.io": "^2.1.2",
"@types/tmp": "^0.0.33",
"@types/universal-analytics": "^0.4.2",
"@types/verror": "^1.10.3",
"babel-jest": "^23.6.0",
"cheerio": "^1.0.0-rc.2",
"cross-env": "^5.2.0",
"expect-puppeteer": "^4.3.0",
"gulp": "^4.0.0",
"gulp-cli": "^2.0.1",
"gulp-conventional-changelog": "^2.0.9",
"gulp-copy": "^4.0.0",
"gulp-exec": "^3.0.2",
"gulp-file": "^0.4.0",
"gulp-if": "^2.0.2",
"gulp-ignore": "^2.0.2",
"gulp-print": "^5.0.0",
"gulp-rimraf": "^0.2.2",
"gulp-run": "^1.7.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-typedoc": "^2.2.1",
"gulp-typescript": "^5.0.0-alpha.3",
"husky": "^1.1.2",
"jest": "^24.5.0",
"jest-extended": "^0.10.0",
"jest-html-reporter": "^2.4.2",
"jest-puppeteer": "^4.3.0",
"lint-staged": "^8.1.5",
"pkg": "^4.3.7",
"prettier": "^1.14.3",
"puppeteer": "^1.19.0",
"rimraf": "^2.6.2",
"showdown": "^1.9.0",
"stylus": "^0.54.5",
"ts-jest": "^24.0.0",
"tslint": "^5.11.0",
"tslint-gitstaged": "^0.4.0",
"typedoc": "^0.13.0",
"typescript": "^3.1.3",
"typescript-json-schema": "^0.32.0"
},
"optionalDependencies": {
"ioredis": "^4.14.1",
"sqlite3": "^4.0.3"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"linters": {
"*.{ts,scss,js}": "tslintgs"
},
"ignore": [
"*.styl.d.ts"
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。