42 lines
1001 B
JSON
42 lines
1001 B
JSON
{
|
|
"name": "marketalarm",
|
|
"version": "1.0.1",
|
|
"description": "Market Alarm",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node ./index.js",
|
|
"start-mon": "nodemon ./index.js",
|
|
"migrate": "cd app && npx sequelize db:migrate"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@gitlab.com:saburly/marketalarm/web.git"
|
|
},
|
|
"author": "Saburlije",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "11.10.x"
|
|
},
|
|
"dependencies": {
|
|
"2checkout-node": "0.0.1",
|
|
"@sendgrid/mail": "^6.3.1",
|
|
"aws-sdk": "^2.422.0",
|
|
"cheerio": "^1.0.0-rc.2",
|
|
"compression": "^1.7.4",
|
|
"dotenv": "^7.0.0",
|
|
"ejs": "^2.6.1",
|
|
"express": "^4.16.4",
|
|
"express-ejs-layouts": "^2.5.0",
|
|
"express-layout": "^0.1.0",
|
|
"node-fetch": "^2.3.0",
|
|
"pg": "^7.10.0",
|
|
"react-step-wizard": "^5.1.0",
|
|
"sequelize": "^4.43.2",
|
|
"sequelize-cli": "^5.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^1.19.0"
|
|
}
|
|
}
|