Initial commit

This commit is contained in:
2026-07-27 14:53:04 +02:00
commit 4a07713dd7
8 changed files with 3561 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "project",
"version": "1.0.0",
"description": "basic node project",
"main": "project_node.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "denise",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"axios": "^1.18.1",
"dotenv": "^17.4.2",
"exceljs": "^4.4.0",
"express": "^5.2.1",
"papaparse": "^5.5.4",
"pdf-lib": "^1.17.1",
"pdf-parse": "^2.4.5"
}
}