Skip to content
Snippets Groups Projects
package.json 1.51 KiB
Newer Older
Diego Sampaio's avatar
Diego Sampaio committed
{
	"name": "rocket.chat",
	"version": "5.0.0-develop",
	"description": "Rocket.Chat Monorepo",
	"main": "index.js",
	"private": true,
	"scripts": {
		"postinstall": "husky install",
		"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 --parallel --filter=@rocket.chat/meteor...",
		"dsv": "turbo run dsv --filter=@rocket.chat/meteor...",
		"lint": "turbo run lint",
		"storybook": "yarn workspace @rocket.chat/meteor run storybook"
	},
	"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": {
		"node": "14.19.3",
	},
	"packageManager": "yarn@3.2.0",
	"houston": {
		"minTag": "0.55.0-rc.0",
		"updateFiles": [
			"apps/meteor/package.json",
			"apps/meteor/.docker/Dockerfile.rhel",
			"apps/meteor/app/utils/rocketchat.info"
		]
		"node": "14.19.3",
	},
	"resolutions": {
		"minimist": "1.2.6",
		"adm-zip": "0.5.9"
Diego Sampaio's avatar
Diego Sampaio committed
}