26 lines
511 B
JSON
26 lines
511 B
JSON
{
|
|
"name": "formies",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"basic-auth": "^2.0.1",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.5.0",
|
|
"ejs": "^3.1.10",
|
|
"express": "^5.1.0",
|
|
"helmet": "^8.1.0",
|
|
"node-fetch": "^3.3.2",
|
|
"sqlite": "^5.1.1",
|
|
"sqlite3": "^5.1.7",
|
|
"uuid": "^11.1.0"
|
|
}
|
|
}
|