This repository has been archived on 2024-12-31. You can view files and clone it, but cannot push or open issues or pull requests.
Archive/ContentDeliveryV2/package.json
2022-07-19 21:17:59 +02:00

25 lines
487 B
JSON

{
"name": "sheepstarcdn",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"nodemon": "^2.0.7"
},
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"mime": "^1.6.0",
"mysql2": "^2.2.5",
"sequelize": "^6.6.2"
}
}