26 lines
636 B
JSON
26 lines
636 B
JSON
{
|
|
"name": "marketalarm",
|
|
"version": "1.0.0",
|
|
"description": "Market Alarm",
|
|
"main": "./backend/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@gitlab.com:saburly/marketalarm/web.git"
|
|
},
|
|
"author": "Saburlije",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "11.10.x"
|
|
},
|
|
"dependencies": {
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node ./backend/index.js",
|
|
"heroku-postbuild": "cd frontend-react && npm install && npm run build && cd .. && cd backend && npm install"
|
|
}
|
|
}
|