forked from The-Commit-Company/raven
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 757 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 757 Bytes
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
{
"private": true,
"name": "raven",
"version": "2.6.6",
"description": "Messaging Application",
"workspaces": [
"frontend",
"apps/*",
"packages/*"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "cd frontend && yarn dev",
"build": "cd frontend && NODE_OPTIONS=\"--max-old-space-size=2048\" yarn build",
"postinstall": "yarn install-web && yarn install-desk",
"install-desk": "cd raven && yarn install",
"install-web": "cd frontend && yarn install"
},
"keywords": [],
"author": "",
"license": "AGPL-3.0-only",
"devDependencies": {
"turbo": "^2.3.3"
},
"dependencies": {},
"resolutions": {
"react-native-css-interop": "0.1.22"
}
}