{
    "name": "fileinsert",
    "version": "1.0.0",
    "description": "",
    "main": "app.js",
    "type": "module",
    "scripts": {
        "dev": "nodemon ./src/app.js"
    },
    "author": "",
    "license": "ISC",
    "dependencies": {
        "canvas": "^3.1.2",
        "dotenv": "^16.3.1",
        "express": "^4.18.2",
        "jsbarcode": "^3.12.1",
        "pdfkit": "^0.17.1",
        "session-file-store": "^1.5.0"
    }
}
