forked from SPbPU-Rust/secret-santa-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 806 Bytes
/
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
{
"name": "rust-react-chat",
"version": "1.0.0",
"description": "Live Site (Note: Heroku free tier server takes several seconds to wake up from sleep mode): https://harryli0088.github.io/rust-react-chat/",
"main": "index.js",
"scripts": {
"start": "concurrently \"cd client && npm start\" \"cd server && cargo watch -x 'run'\"",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "cd client && npm i"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harryli0088/rust-react-chat.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/harryli0088/rust-react-chat/issues"
},
"homepage": "https://github.com/harryli0088/rust-react-chat#readme",
"devDependencies": {
"concurrently": "^6.2.0"
}
}