darkwire.io/package.json
Alan Friedman ff0bef11ac
Cleanup scripts and readme (#64)
* Cleanup scripts and readme

* Update port
2019-05-12 16:30:03 -04:00

29 lines
630 B
JSON

{
"name": "darkwire.io",
"version": "2.0.0",
"description": "encrypted web chat",
"main": "index.js",
"repository": "https://github.com/darkwire/darkwire.io.git",
"engines": {
"yarn": "1.x"
},
"contributors": [
{
"name": "Daniel Seripap"
},
{
"name": "Alan Friedman"
}
],
"license": "MIT",
"scripts": {
"build": "./build.sh",
"start": "cd server && CLIENT_DIST_DIRECTORY='../client/build' yarn start",
"dev": "concurrently 'cd client && yarn start' 'cd server && yarn dev'",
"setup": "./setup.sh"
},
"devDependencies": {
"concurrently": "^4.1.0"
}
}