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
21 lines (21 loc) · 705 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "raven",
"version": "1.3.2",
"description": "Messaging Application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "cd raven-app && yarn dev",
"dev-mobile": "cd mobile && yarn dev",
"build": "yarn build-web && yarn build-mobile",
"build-web": "cd raven-app && yarn build",
"build-mobile": "cd mobile && yarn build",
"postinstall": "yarn install-web && yarn install-mobile && yarn install-desk",
"install-desk": "cd raven && yarn install",
"install-web": "cd raven-app && yarn install",
"install-mobile": "cd mobile && yarn install"
},
"keywords": [],
"author": "",
"license": "AGPL-3.0"
}