waffle/package.json
2022-04-05 22:34:06 +03:00

23 lines
539 B
JSON

{
"name": "waffle",
"version": "1.0.0",
"main": "dist/index.js",
"repository": "https://git.hippoz.xyz/hippoz/waffle",
"author": "hippoz",
"license": "MIT",
"dependencies": {
"bcrypt": "^5.0.1",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-validator": "^6.14.0",
"jsonwebtoken": "^8.5.1",
"pg": "^8.7.3"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.8",
"@types/pg": "^8.6.5",
"typescript": "^4.6.3"
}
}