This commit is contained in:
Daniel Ledda
2024-04-02 15:57:45 +02:00
parent f7831a2d16
commit 550b1b936b
5 changed files with 1210 additions and 137 deletions

29
package.json Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "stocca-tre",
"version": "1.0.0",
"description": "![Stocca Tre Pizzeria](./docs/stocca-tre-logo.png)",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://git.djledda.de/Ledda/stocca-tre.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.0",
"mysql": "^2.18.1",
"typescript": "^4.9.1-beta",
"zod": "^3.19.1"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/mysql": "^2.15.21",
"@types/node": "^18.11.9"
}
}