{
  "name": "testenode",
  "version": "1.0.0",
  "description": "Testando...",
  "main": "app.js",
  "homepage": "https://assets.digitalbsm.com.br",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "node app.js",
    "start": "node app.js"
  },
  "author": "Ledson",
  "license": "ISC",
  "dependencies": {
    "express": "^4.19.2",
    "helmet": "^7.1.0"
  },
  "devDependencies": {
    "@types/express": "^4.17.21",
    "@types/node": "^20.14.10",
    "tsx": "^4.16.2",
    "typescript": "^5.5.3"
  }
}
