{ "name": "@rocket.chat/apps-engine", "version": "1.59.0-rc.0", "description": "The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.", "keywords": [ "rocket.chat", "team chat", "apps engine" ], "homepage": "https://github.com/RocketChat/Rocket.Chat.Apps-engine#readme", "bugs": { "url": "https://github.com/RocketChat/Rocket.Chat.Apps-engine/issues" }, "repository": { "type": "git", "url": "git+https://github.com/RocketChat/Rocket.Chat.Apps-engine.git" }, "license": "MIT", "author": { "name": "Rocket.Chat", "url": "https://rocket.chat/" }, "contributors": [ { "name": "Bradley Hilton", "email": "bradley.hilton@rocket.chat" }, { "name": "Rodrigo Nascimento", "email": "rodrigo.nascimento@rocket.chat" }, { "name": "Douglas Gubert", "email": "douglas.gubert@rocket.chat" } ], "files": [ "client/**", "definition/**", "deno-runtime/**", "lib/**", "scripts/**", "server/**" ], "scripts": { ".:build:clean": "rimraf client definition server", ".:build:default": "tsc -p tsconfig.json", ".:build:deno-cache": "node scripts/deno-cache.js", ".:deno-fmt:fix": "cd deno-runtime && deno fmt", ".:eslint:fix": "eslint . --fix", ".:lint:deno": "deno lint --ignore=deno-runtime/.deno deno-runtime/", ".:lint:eslint": "eslint .", ".:test:deno": "cd deno-runtime && deno task test", ".:test:node": "NODE_ENV=test ts-node --transpileOnly ./tests/runner.ts", "build": "run-s .:build:clean .:build:default .:build:deno-cache", "bundle": "node scripts/bundle.js", "dev": "yarn .:build:default --watch", "fix-lint": "yarn .:eslint:fix && yarn .:deno-fmt:fix", "gen-doc": "typedoc", "lint": "yarn .:lint:eslint && yarn .:lint:deno", "prepack": "yarn bundle", "start": "run-s .:build:clean .:build:watch", "testunit": "run-p .:test:node .:test:deno", "typecheck": "tsc -p tsconfig.json --noEmit" }, "nyc": { "all": true, "extension": [ ".ts" ], "include": [ "src/*.ts", "src/server/**/*.ts" ], "reporter": [ "lcov", "json", "html" ] }, "dependencies": { "@msgpack/msgpack": "3.0.0-beta2", "adm-zip": "^0.5.16", "debug": "^4.3.7", "esbuild": "~0.25.12", "jose": "^4.15.9", "jsonrpc-lite": "^2.2.0", "lodash.clonedeep": "^4.5.0", "semver": "^7.6.3", "stack-trace": "0.0.10", "uuid": "~11.0.5" }, "devDependencies": { "@rocket.chat/eslint-config": "workspace:~", "@rocket.chat/ui-kit": "workspace:~", "@seald-io/nedb": "^4.1.2", "@types/adm-zip": "^0.5.7", "@types/debug": "^4.1.12", "@types/lodash.clonedeep": "^4.5.9", "@types/node": "~22.16.5", "@types/semver": "^7.5.8", "@types/stack-trace": "0.0.33", "@types/uuid": "~10.0.0", "@typescript-eslint/eslint-plugin": "~5.60.1", "@typescript-eslint/parser": "~5.60.1", "alsatian": "^2.4.0", "browserify": "^16.5.2", "eslint": "~8.45.0", "npm-run-all": "^4.1.5", "nyc": "^17.1.0", "rimraf": "^6.0.1", "tap-bark": "^1.0.0", "ts-node": "^6.2.0", "typedoc": "~0.28.14", "typescript": "~5.9.3", "uglify-es": "^3.3.10" }, "volta": { "extends": "../../package.json" }, "publishConfig": { "access": "public" }, "installConfig": { "hoistingLimits": "workspaces" } }