Added the Sheepstar API to the Archive
This commit is contained in:
27
SheepstarAPIV1/package.json
Normal file
27
SheepstarAPIV1/package.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "sheepstarapi",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "nodemon app.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"nodemon": "^2.0.7"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.24.0",
|
||||
"body-parser": "^1.19.0",
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^10.0.0",
|
||||
"express": "^4.17.1",
|
||||
"express-fileupload": "^1.2.1",
|
||||
"joi": "^17.4.0",
|
||||
"mysql2": "^2.2.5",
|
||||
"qs": "^6.7.0",
|
||||
"sequelize": "^6.6.2"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user