32 lines
761 B
JSON
32 lines
761 B
JSON
{
|
|
"name": "waffle",
|
|
"version": "1.0.0",
|
|
"main": "dist/index.js",
|
|
"repository": "https://git.hippoz.xyz/hippoz/waffle",
|
|
"author": "hippoz",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"watch": "tsc --watch",
|
|
"ream": "node dist/index.js db-init",
|
|
"start": "node dist/index.js"
|
|
},
|
|
"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",
|
|
"ws": "^8.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcrypt": "^5.0.0",
|
|
"@types/express": "^4.17.13",
|
|
"@types/jsonwebtoken": "^8.5.8",
|
|
"@types/node": "^17.0.23",
|
|
"@types/pg": "^8.6.5",
|
|
"@types/ws": "^8.5.3",
|
|
"typescript": "^4.6.3"
|
|
}
|
|
}
|