Select Git revision
m2i_uat_web_0.2.309v_May9.zip
Forked from
Harish R / icci_m2i_build_sharing
Source project has a limited visibility.
package.json 440 B
{
"name": "widgettemplate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.2",
"express": "^4.19.2",
"mongoose": "^8.6.0",
"nodemon": "^3.1.4",
"swagger-ui-express": "^5.0.1",
"yamljs": "^0.3.0"
}
}