Initial commit
This commit is contained in:
54
package.json
Normal file
54
package.json
Normal file
@ -0,0 +1,54 @@
|
||||
{
|
||||
"name": "atas",
|
||||
"version": "1.0.0",
|
||||
"main": "dist/index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"prestart": "npm run build",
|
||||
"start": "node .",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "[Project-Name-Here]",
|
||||
"license": "GPL-3.0",
|
||||
"description": "ATAS - Automatisches Telefon Alamierungs System",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.project-name-here.de/Project-Name-Here/atas"
|
||||
},
|
||||
"keywords": [
|
||||
"asterisk"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/cors": "^2.8.17",
|
||||
"@types/express": "^5.0.0",
|
||||
"@types/express-fileupload": "^1.5.1",
|
||||
"@types/express-session": "^1.18.1",
|
||||
"@types/lodash": "^4.17.14",
|
||||
"@types/node": "^22.10.5",
|
||||
"@types/passport": "^1.0.17",
|
||||
"@types/passport-local": "^1.0.38",
|
||||
"@types/signale": "^1.4.7",
|
||||
"eslint": "^9.18.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"prisma": "^6.2.1",
|
||||
"prisma-dbml-generator": "^0.12.0",
|
||||
"prisma-docs-generator": "^0.8.0",
|
||||
"tsx": "^4.19.2",
|
||||
"typescript": "^5.7.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@prisma/client": "^6.2.1",
|
||||
"bulma": "^1.0.3",
|
||||
"eta": "^3.5.0",
|
||||
"express": "^4.21.2",
|
||||
"express-fileupload": "^1.5.1",
|
||||
"express-session": "^1.18.1",
|
||||
"jquery": "^3.7.1",
|
||||
"lodash": "^4.17.21",
|
||||
"passport": "^0.7.0",
|
||||
"passport-local": "^1.0.0",
|
||||
"signale": "^1.4.0",
|
||||
"tslog": "^4.9.3"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user