Files
enstrayedapi/package.json
2025-04-16 19:50:12 -07:00

27 lines
579 B
JSON

{
"dependencies": {
"express": "^4.18.2",
"marked": "^14.1.3",
"nodemailer": "^6.9.15",
"postgres": "^3.4.5"
},
"name": "enstrayedapi",
"version": "1.0.0",
"description": "EnstrayedAPI",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/enstrayed/enstrayedapi.git"
},
"author": "enstrayed",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/enstrayed/enstrayedapi/issues"
},
"type": "module",
"devDependencies": {
"@types/bun": "^1.0.12",
"@types/node": "^20.12.3"
}
}