Added the cdn v2

This commit is contained in:
2022-07-19 21:17:59 +02:00
parent 28e8171183
commit 0233a2866b
8 changed files with 3897 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"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"
}
}