{
  "name": "desarrollo-urbano",
  "version": "1.0.0",
  "description": "Desarrollo Urbano | Tlalnepantla",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "dev": "nodemon",
    "test": "echo \"Error: no test specified\" && exit 1",
    "seeders": "npx sequelize-cli db:seed:all",
    "undoseeders": "npx sequelize-cli db:seed:undo:all",
    "migrations": "npx sequelize-cli db:migrate",
    "undomigrations": "npx sequelize-cli db:migrate:undo:all"
  },
  "repository": {
    "type": "git",
    "url": "git+https://abraham_piedra@bitbucket.org/abraham_piedra/desarrollo_urbano_api.git"
  },
  "author": "Zurco Designio SA de CV",
  "license": "ISC",
  "bugs": {
    "url": "https://abraham_piedra@bitbucket.org/abraham_piedra/desarrollo_urbano_api/issues"
  },
  "homepage": "https://abraham_piedra@bitbucket.org/abraham_piedra/desarrollo_urbano_api#readme",
  "dependencies": {
    "@firebase/storage": "^0.11.2",
    "@google-cloud/storage": "^6.9.4",
    "axios": "^0.26.0",
    "body-parser": "^1.19.0",
    "cors": "^2.8.5",
    "crypto-js": "^4.1.1",
    "data-uri-to-buffer": "^4.0.1",
    "dotenv": "^10.0.0",
    "express": "^4.17.1",
    "express-fileupload": "^1.3.1",
    "fetch-blob": "^3.2.0",
    "firebase": "^9.17.2",
    "firebase-admin": "^11.5.0",
    "formdata-polyfill": "^4.0.10",
    "https": "^1.0.0",
    "moment": "^2.29.1",
    "mysql2": "^3.1.2",
    "node-fetch": "^2.6.9",
    "path": "^0.12.7",
    "pdfkit": "^0.13.0",
    "pdfkit-table": "^0.1.99",
    "request": "^2.88.2",
    "sequelize": "^6.28.0",
    "socket.io": "^4.4.1",
    "xmlbuilder2": "^2.1.4"
  },
  "keywords": [
    "constancias",
    "termino",
    "obra",
    "tlalnepantla",
    "desarrollo urbano"
  ],
  "devDependencies": {
    "nodemon": "^2.0.20",
    "sequelize-cli": "^6.6.0"
  }
}
