Files
old-web/package.json

26 lines
636 B
JSON
Raw Normal View History

2019-03-12 05:12:02 +01:00
{
"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": {
2019-03-13 05:43:48 +01:00
},
"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"
2019-03-12 05:12:02 +01:00
}
}