53 lines
1.4 KiB
JSON
Executable File
53 lines
1.4 KiB
JSON
Executable File
{
|
|
"name": "floatpapi",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start:dev": "./node_modules/.bin/nodemon ./src/bin/www -w app.js -w src/server",
|
|
"dev-test": "nodemon -x 'npm test'",
|
|
"test": "mocha --timeout 1500",
|
|
"start": "./node_modules/.bin/nodemon ./src/bin/www -w app.js -w src/server"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@sendgrid/mail": "^7.6.2",
|
|
"bcrypt": "^5.0.1",
|
|
"body-parser": "1.19.0",
|
|
"cors": "^2.8.5",
|
|
"crypto": "^1.0.1",
|
|
"dotenv": "^16.0.0",
|
|
"express": "4.17.1",
|
|
"express-validator": "^6.14.0",
|
|
"handlebars": "^4.7.7",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"lodash": "^4.17.21",
|
|
"md5": "^2.3.0",
|
|
"morgan": "1.9.1",
|
|
"node-gyp": "^9.0.0",
|
|
"nodemailer": "^6.7.2",
|
|
"nodemon": "^2.0.15",
|
|
"pg": "^7.12.1",
|
|
"pg-hstore": "^2.3.4",
|
|
"pg-promise": "^10.11.1",
|
|
"postgres": "^1.0.2",
|
|
"sequelize": "^6.17.0",
|
|
"sequelize-auto": "^0.8.8",
|
|
"sequelize-cli": "^6.4.1",
|
|
"swagger-jsdoc": "^6.1.0",
|
|
"swagger-ui-express": "^4.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "4.2.0",
|
|
"chai-http": "4.3.0",
|
|
"eslint": "^8.10.0",
|
|
"eslint-config-airbnb": "^18.2.1",
|
|
"eslint-plugin-import": "2.18.2",
|
|
"eslint-plugin-jsx-a11y": "6.2.3",
|
|
"eslint-plugin-react": "7.16.0",
|
|
"express-swagger-generator": "^1.1.17",
|
|
"mocha": "^6.2.3"
|
|
}
|
|
}
|