{ "name": "leetcode", "version": "1.0.0", "description": "", "main": "", "scripts": { "test": "jest" }, "author": "", "license": "ISC", "devDependencies": { "@types/jest": "^25.2.1", "@types/lodash": "^4.14.150", "jest": "^25.4.0", "ts-jest": "^25.4.0", "typescript": "^3.8.3" }, "dependencies": { "lodash": "^4.17.15" } }