{ "name": "ReactNativeFastImageExampleServer", "version": "0.0.1", "private": true, "license": "MIT", "main": "index.js", "scripts": { "start": "nodemon ./index" }, "dependencies": { "body-parser": "^1.19.0", "express": "^4.17.1", "morgan": "^1.9.1", "nodemon": "^2.0.2" } }