mirror of
https://github.com/marcogll/formbricks_form_manager.git
synced 2026-01-13 05:15:16 +00:00
13 lines
209 B
JSON
13 lines
209 B
JSON
{
|
|
"scripts": {
|
|
"start": "node src/server.js"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.13.2",
|
|
"better-sqlite3": "^8.7.0",
|
|
"dotenv": "^17.2.3",
|
|
"ejs": "^3.1.10",
|
|
"express": "^5.2.1"
|
|
}
|
|
}
|