waffle/package.json

24 lines
539 B
JSON
Raw Normal View History

2022-04-04 16:50:52 +03:00
{
"name": "waffle",
"version": "1.0.0",
"main": "dist/index.js",
"repository": "https://git.hippoz.xyz/hippoz/waffle",
"author": "hippoz",
"license": "MIT",
"dependencies": {
2022-04-05 22:34:06 +03:00
"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"
2022-04-04 16:50:52 +03:00
},
"devDependencies": {
2022-04-05 22:34:06 +03:00
"@types/bcrypt": "^5.0.0",
2022-04-04 16:50:52 +03:00
"@types/express": "^4.17.13",
2022-04-05 22:34:06 +03:00
"@types/jsonwebtoken": "^8.5.8",
"@types/pg": "^8.6.5",
2022-04-04 16:50:52 +03:00
"typescript": "^4.6.3"
2022-04-05 22:34:06 +03:00
}
2022-04-04 16:50:52 +03:00
}