{ "name": "repp_backend", "version": "1.0.0", "description": "Herramienta de calculo del requerimiento energetico ponderado de una poblacion, llamado REPP.", "main": "index.ts", "dependencies": { "@types/validator": "^13.6.3", "config.json": "0.0.4", "cors": "^2.8.5", "dotenv": "^10.0.0", "express": "^4.17.1", "express-json-validator-middleware": "^2.2.1", "gulp-eslint": "^6.0.0", "helmet": "^4.6.0", "mysql2": "^2.3.0", "openapi-types": "^9.3.0", "sequelize": "^6.6.5", "swagger-jsdoc": "^6.1.0", "swagger-ui-express": "^4.1.6", "tsconfig.json": "^1.0.10", "winston": "^3.3.3", "xlsx": "^0.17.1", "yamljs": "^0.3.0" }, "devDependencies": { "@babel/plugin-transform-modules-commonjs": "^7.15.4", "@babel/preset-env": "^7.15.6", "@babel/preset-typescript": "^7.15.0", "@testing-library/jest-dom": "^4.2.4", "@types/cors": "^2.8.12", "@types/express": "^4.17.13", "@types/jest": "^27.0.2", "@types/node": "^16.7.10", "@types/swagger-jsdoc": "^6.0.1", "@types/swagger-ui-express": "^4.1.3", "@types/winston": "^2.4.4", "@types/yamljs": "^0.2.31", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.0.0", "eslint": "^7.32.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-airbnb-base": "^14.2.1", "eslint-config-airbnb-typescript": "^7.2.1", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.21.5", "eslint-plugin-react-hooks": "^4.0.8", "husky": "^4.3.8", "jest": "^27.2.3", "lint-staged": "^11.1.2", "nodemon": "^2.0.12", "ts-jest": "^27.0.5", "ts-node": "^10.2.1", "typescript": "^4.4.3" }, "scripts": { "start": "nodemon ./src/index.ts", "test": "jest" }, "repository": { "type": "git", "url": "https://gitlab.fing.edu.uy/julieta.dubra/repp.git" }, "author": "", "license": "ISC", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.ts": [ "./node_modules/.bin/eslint --fix", "git add" ] } }