Added the shortener
This commit is contained in:
23
ShortenerV1/package.json
Normal file
23
ShortenerV1/package.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "sheepstarshortener",
|
||||
"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",
|
||||
"mysql2": "^2.2.5",
|
||||
"sequelize": "^6.6.2"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user