simple-http-reflector/package.json

24 lines
469 B
JSON

{
"engines": {
"node": "14.16.0"
},
"name": "reflector-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "William Young (IBM)",
"license": "UNLICENSED",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"multer": "^1.4.2",
"ws": "^7.4.6"
}
}