27 lines
566 B
JSON
27 lines
566 B
JSON
{
|
|
"name": "stocca-tre",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"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"
|
|
}
|
|
}
|