forked from RocketChat/Rocket.Chat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.51 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "rocket.chat",
"version": "5.2.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": {
"@types/chart.js": "^2.9.37",
"@types/js-yaml": "^4.0.5",
"husky": "^7.0.4",
"turbo": "~1.2.16"
},
"workspaces": [
"apps/*",
"packages/*",
"ee/apps/*",
"ee/packages/*",
"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": "3.2.2",
"node": "14.19.3",
"npm": "Use yarn instead"
},
"packageManager": "yarn@3.2.2",
"houston": {
"minTag": "0.55.0-rc.0",
"updateFiles": [
"package.json",
"apps/meteor/package.json",
"apps/meteor/.docker/Dockerfile.rhel",
"apps/meteor/app/utils/rocketchat.info"
]
},
"volta": {
"node": "14.19.3",
"yarn": "1.22.18"
},
"resolutions": {
"minimist": "1.2.6",
"adm-zip": "0.5.9"
}
}