Skip to content
Snippets Groups Projects
package.json 2.13 KiB
Newer Older
Diego Sampaio's avatar
Diego Sampaio committed
{
	"name": "rocket.chat",
rocketchat-github-ci's avatar
rocketchat-github-ci committed
	"version": "7.2.0-rc.0",
	"description": "Rocket.Chat Monorepo",
	"main": "index.js",
	"private": true,
	"scripts": {
		"build": "turbo run build",
		"build:services": "turbo run build --filter=rocketchat-services...",
		"build:ci": "turbo run build:ci",
		"testunit": "turbo run testunit",
		"dev": "turbo run dev --env-mode=loose --parallel --filter=@rocket.chat/meteor...",
		"dsv": "turbo run dsv --env-mode=loose --filter=@rocket.chat/meteor...",
		"lint": "turbo run lint",
		"storybook": "yarn workspace @rocket.chat/meteor run storybook",
		"fuselage": "./fuselage.sh",
		"fossify": "TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\"}' ts-node scripts/fossify.ts"
	},
	"devDependencies": {
	},
	"workspaces": [
		"apps/*",
		"apps/meteor/ee/server/services"
	],
	"repository": {
		"type": "git",
		"url": "git+https://github.com/RocketChat/Rocket.Chat.git"
	},
	"author": "",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/RocketChat/Rocket.Chat/issues"
	},
	"homepage": "https://github.com/RocketChat/Rocket.Chat#readme",
	"engines": {
		"yarn": "4.5.3",
		"node": "20.18.0",
	"packageManager": "yarn@4.5.3",
	"houston": {
		"minTag": "0.55.0-rc.0",
		"updateFiles": [
			"apps/meteor/app/utils/rocketchat.info"
		]
		"node": "20.18.0",
	},
	"resolutions": {
		"minimist": "1.2.6",
		"underscore": "1.13.7",
		"lodash": "4.17.21",
		"mongodb@^4.17.1": "patch:mongodb@npm:4.17.1#.yarn/patches/mongodb-npm-4.17.1-a2fe811ff1.patch",
		"typia@~6.9.0": "patch:typia@npm%3A6.9.0#./.yarn/patches/typia-npm-6.9.0-2fd4d85f25.patch",
		"moleculer@^0.14.34": "patch:moleculer@npm%3A0.14.34#./.yarn/patches/moleculer-npm-0.14.34-440e26767d.patch",
		"mongodb@npm:^4.3.1": "patch:mongodb@npm%3A4.17.2#~/.yarn/patches/mongodb-npm-4.17.2-40d1286d70.patch"
Diego Sampaio's avatar
Diego Sampaio committed
}