GIF89a php
Current File : /home/viralhoga/glambooth_viralhoga_com/package.json
{
    "name": "glambooth-api",
    "version": "1.0.0",
    "main": "src/index.js",
    "type": "module",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "start": "node src/index.js",
        "dev": "nodemon src/index.js"
    },
    "keywords": [],
    "author": "",
    "license": "ISC",
    "description": "",
    "dependencies": {
        "cors": "^2.8.5",
        "dotenv": "^16.4.7",
        "express": "^4.21.2",
        "mongoose": "^8.12.1",
        "multer": "^1.4.5-lts.1"
    }
}