{ "name": "@botpress/cli", "version": "6.8.8", "description": "Botpress CLI", "scripts": { "build": "pnpm run build:types && pnpm run bundle && pnpm run template:gen", "dev": "ts-node -T src/cli.ts", "start": "node dist/cli.js", "check:type": "tsc --noEmit", "bundle": "ts-node -T build.ts", "build:types": "tsc -p ./tsconfig.build.json", "template:gen": "pnpm -r --stream -F @bp-templates/* exec bp gen", "test:e2e": "ts-node -T ./e2e", "test": "vitest --run" }, "repository": { "url": "https://github.com/botpress/botpress" }, "keywords": [], "author": "", "license": "MIT", "bin": { "bp": "./bin.js" }, "main": "dist/index.js", "types": "dist/index.d.ts", "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.7.0", "@botpress/chat": "1.0.0", "@botpress/client": "1.47.0", "@botpress/sdk": "6.13.0", "@bpinternal/const": "^0.1.0", "@bpinternal/tunnel": "^0.1.1", "@bpinternal/verel": "^0.2.0", "@bpinternal/yargs-extra": "^0.0.3", "@parcel/watcher": "^2.1.0", "@stoplight/spectral-core": "^1.19.1", "@stoplight/spectral-functions": "^1.9.0", "@stoplight/spectral-parsers": "^1.0.4", "@stoplight/types": "^14.1.1", "@types/lodash": "^4.14.191", "@types/verror": "^1.10.6", "axios": "^1.4.0", "bluebird": "^3.7.2", "boxen": "5.1.2", "chalk": "^4.1.2", "dotenv": "^16.4.4", "esbuild": "^0.25.10", "handlebars": "^4.7.8", "jsonpath-plus": "^10.3.0", "latest-version": "5.1.0", "lodash": "^4.17.21", "prettier": "^3.4.2", "prompts": "^2.4.2", "semver": "^7.3.8", "uuid": "^9.0.0", "verror": "^1.10.1", "yn": "^4.0.0" }, "devDependencies": { "@bpinternal/log4bot": "^0.0.4", "@types/bluebird": "^3.5.38", "@types/ini": "^4.1.1", "@types/json-schema": "^7.0.12", "@types/prompts": "^2.0.14", "@types/semver": "^7.3.11", "@types/tmp": "^0.2.3", "@types/uuid": "^9.0.1", "find-process": "^2.0.0", "glob": "^9.3.4", "tmp": "^0.2.1" }, "engines": { "node": ">=18.0.0" }, "packageManager": "pnpm@10.29.3" }