| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/igneous8k/Nodejs-REST-API/master/package.json | [Back] [Original] |
{
"name": "restapi_youtube",
"version": "1.0.0",
"description": "Youtube Tutorial",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"author": "Me",
"license": "ISC",
"dependencies": {
"dotenv": "^8.2.0",
"express": "^4.17.1",
"http-errors": "^1.7.3",
"mongoose": "^5.7.13"
},
"devDependencies": {
"nodemon": "^2.0.6"
}
}
| Web Proxy Viewer | New URL | Original Page |