{ "name": "simple-nodejs", "version": "1.0.0", "main": "index.js", "license":" Apache-2.0", "private": false, "scripts": { "test": "jest" }, "devDependencies": { "@types/jest": "^26.0.15", "jest": "^26.6.3", "ts-jest": "^26.4.4", "typescript": "^4.0.5" }, "dependencies": { "lodash": "^4.17.21" } }