37 lines
864 B
JSON
37 lines
864 B
JSON
{
|
|
"name": "floatapi",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start:dev": "./node_modules/.bin/nodemon app.js",
|
|
"dev-test": "nodemon -x 'npm test'",
|
|
"test": "mocha --timeout 1500"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bcrypt": "^5.0.1",
|
|
"body-parser": "1.19.0",
|
|
"express": "4.17.1",
|
|
"express-validator": "^6.14.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"morgan": "1.9.1",
|
|
"nodemailer": "^6.7.2",
|
|
"nodemon": "^2.0.15",
|
|
"pg": "7.12.1",
|
|
"pg-hstore": "2.3.3",
|
|
"sequelize": "5.19.6"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "4.2.0",
|
|
"chai-http": "4.3.0",
|
|
"eslint": "6.5.1",
|
|
"eslint-config-airbnb": "18.0.1",
|
|
"eslint-plugin-import": "2.18.2",
|
|
"eslint-plugin-jsx-a11y": "6.2.3",
|
|
"eslint-plugin-react": "7.16.0",
|
|
"mocha": "6.2.1"
|
|
}
|
|
}
|