Skip to content
Snippets Groups Projects
package.json 1.84 KiB
Newer Older
	"name": "rocketchat-services",
	"private": true,
	"version": "1.1.18-rc.0",
	"description": "Rocket.Chat Authorization service",
	"main": "index.js",
	"scripts": {
		"dev": "pm2 start ecosystem.config.js",
		"pm2": "pm2",
		"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": "1.41.0-alpha.290",
		"@rocket.chat/core-services": "workspace:^",
		"@rocket.chat/core-typings": "workspace:^",
		"@rocket.chat/emitter": "next",
		"@rocket.chat/message-parser": "next",
		"@rocket.chat/model-typings": "workspace:^",
		"@rocket.chat/models": "workspace:^",
		"@rocket.chat/rest-typings": "workspace:^",
		"@rocket.chat/string-helpers": "next",
		"@rocket.chat/ui-kit": "^0.32.1",
		"ajv": "^8.11.0",
		"body-parser": "^1.20.2",
		"colorette": "^2.0.20",
		"cookie": "^0.5.0",
		"ejson": "^2.2.3",
		"fibers": "^5.0.3",
		"mem": "^8.1.1",
		"mongodb": "^4.17.1",
		"nats": "^2.6.1",
		"uuid": "^8.3.2",
		"ws": "^8.8.1"
	},
	"devDependencies": {
		"@rocket.chat/icons": "^0.32.0",
		"@types/cookie": "^0.5.3",
		"@types/cookie-parser": "^1.4.5",
		"@types/ejson": "^2.2.1",
		"@types/express": "^4.17.20",
		"@types/fibers": "^3.1.3",
		"@types/node": "^14.18.63",
		"@types/ws": "^8.5.8",
		"npm-run-all": "^4.1.5",
		"pino-pretty": "^7.6.1",
		"ts-node": "^10.9.1",
		"extends": "../../../package.json"