{ "name": "lesspass-root", "description": "Stateless Password Manager", "repository": "git@github.com:lesspass/lesspass.git", "author": "Guillaume Vincent ", "license": "GPL-3.0", "private": true, "workspaces": { "packages": [ "packages/*" ], "nohoist": [ "**/lesspass-pure" ] }, "devDependencies": { "@types/jest": "^27.0.3", "browserify": "^17.0.0", "jest": "^27.4.5", "jest-cli": "^27.4.5", "karma": "^6.3.4", "karma-browserify": "^8.1.0", "karma-chrome-launcher": "^3.1.0", "karma-mocha": "^2.0.1", "mocha": "^9.1.2", "ts-jest": "^27.1.2", "typescript": "^4.5.2" } }