UNPKG

genpact

Version:

the objective is to create a webserver for genpact bengaluru

25 lines (24 loc) 509 B
{ "name": "genpact", "version": "1.0.0", "description": "the objective is to create a webserver for genpact bengaluru", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "genpact", "bengaluru", "node training" ], "author": "Vijay Shivakumar", "license": "ISC", "dependencies": { "express": "^4.17.1", "body-parser": "^1.19.0", "cors": "^2.8.5" }, "devDependencies": { "typescript": "^3.6.2" } }