waffle/package.json
2023-08-08 17:01:56 +03:00

35 lines
816 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",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"file-type": "^18.5.0",
"jose": "^4.14.4",
"pg": "^8.8.0",
"sharp": "^0.31.3",
"ws": "^8.8.1"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/node": "^18.7.13",
"@types/pg": "^8.6.5",
"@types/sharp": "^0.31.1",
"@types/ws": "^8.5.3",
"typescript": "^4.8.2"
}
}