Skip to content
Snippets Groups Projects
package.json 1.87 KiB
Newer Older
	"name": "rocketchat-services",
	"private": true,
rocketchat-github-ci's avatar
rocketchat-github-ci committed
	"version": "2.0.8",
	"description": "Rocket.Chat Authorization service",
	"main": "index.js",
	"scripts": {
		"typecheck": "tsc --noEmit --skipLibCheck",
		"build": "tsc",
		"build-containers": "npm run build && docker-compose build && rm -rf ./dist",
		"test": "echo \"Error: no test specified\" && exit 1"
	},
	"keywords": [
		"rocketchat"
	],
	"author": "Rocket.Chat",
	"license": "MIT",
	"dependencies": {
		"@rocket.chat/apps-engine": "workspace:^",
		"@rocket.chat/core-services": "workspace:^",
		"@rocket.chat/core-typings": "workspace:^",
		"@rocket.chat/emitter": "~0.31.25",
		"@rocket.chat/message-parser": "workspace:^",
		"@rocket.chat/model-typings": "workspace:^",
		"@rocket.chat/models": "workspace:^",
		"@rocket.chat/network-broker": "workspace:^",
		"@rocket.chat/rest-typings": "workspace:^",
		"@rocket.chat/string-helpers": "~0.31.25",
		"ajv": "^8.11.0",
		"body-parser": "^1.20.3",
		"colorette": "^2.0.20",
		"cookie": "^0.5.0",
		"cookie-parser": "^1.4.7",
		"ejson": "^2.2.3",
		"mem": "^8.1.1",
		"moleculer": "^0.14.34",
		"mongodb": "patch:mongodb@npm%3A4.17.2#~/.yarn/patches/mongodb-npm-4.17.2-40d1286d70.patch",
		"nats": "^2.6.1",
		"uuid": "^8.3.2",
		"ws": "^8.18.0"
	},
	"devDependencies": {
		"@rocket.chat/icons": "~0.38.0",
		"@types/cookie": "^0.5.4",
		"@types/cookie-parser": "^1.4.7",
		"@types/ejson": "^2.2.2",
		"@types/express": "^4.17.21",
		"@types/fibers": "^3.1.4",
		"@types/node": "~20.16.12",
		"@types/ws": "^8.5.12",
		"npm-run-all": "^4.1.5",
		"pino-pretty": "^7.6.1",
		"ts-node": "^10.9.2",
		"typescript": "~5.6.3"
		"extends": "../../../package.json"