Prima importazione
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "otrs-turbo",
|
||||
"version": "1.0.0",
|
||||
"description": "Modern fast interface for OTRS ticket management - direct database access",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"dev": "npx -y nodemon server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^16.4.5",
|
||||
"express": "^4.21.0",
|
||||
"mysql2": "^3.22.5",
|
||||
"pg": "^8.13.0"
|
||||
},
|
||||
"keywords": [
|
||||
"otrs",
|
||||
"ticket",
|
||||
"helpdesk"
|
||||
],
|
||||
"license": "AGPL-3.0"
|
||||
}
|
||||
Reference in New Issue
Block a user