Skip to content
Snippets Groups Projects
package.json 1.54 KiB
Newer Older
{
	"name": "@rocket.chat/authorization-service",
	"private": true,
rocketchat-github-ci's avatar
rocketchat-github-ci committed
	"version": "0.4.8",
	"description": "Rocket.Chat Authorization service",
	"scripts": {
		"build": "tsc -p tsconfig.json",
		"ms": "TRANSPORTER=${TRANSPORTER:-TCP} MONGO_URL=${MONGO_URL:-mongodb://localhost:3001/meteor} ts-node --files src/service.ts",
		"test": "echo \"Error: no test specified\" && exit 1",
		"lint": "eslint src",
		"typecheck": "tsc --noEmit --skipLibCheck -p tsconfig.json"
	},
	"keywords": [
		"rocketchat"
	],
	"author": "Rocket.Chat",
	"dependencies": {
		"@rocket.chat/core-services": "workspace:^",
		"@rocket.chat/core-typings": "workspace:^",
		"@rocket.chat/emitter": "~0.31.25",
		"@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",
		"@rocket.chat/tracing": "workspace:^",
		"ejson": "^2.2.3",
		"event-loop-stats": "^1.4.1",
		"eventemitter3": "^4.0.7",
		"gc-stats": "^1.4.1",
		"moleculer": "^0.14.34",
		"mongodb": "patch:mongodb@npm%3A4.17.2#~/.yarn/patches/mongodb-npm-4.17.2-40d1286d70.patch",
		"polka": "^0.5.2"
	},
	"devDependencies": {
		"@rocket.chat/eslint-config": "workspace:^",
		"@types/gc-stats": "^1.4.3",
		"@types/polka": "^0.5.7",
		"eslint": "~8.45.0",
		"ts-node": "^10.9.2",
		"typescript": "~5.5.4"
	},
	"main": "./dist/ee/apps/authorization-service/src/service.js",
	"files": [
		"/dist"
	]
}