{ "name": "lesspass", "version": "1.0.0", "description": "LessPass mono repo", "repository": "https://github.com/lesspass/lesspass", "author": "Guillaume Vincent ", "license": "GPL-3.0", "private": true, "scripts": { "test": "yarn workspaces run test" }, "workspaces": [ "packages/*" ], "devDependencies": { "@babel/core": "7.2.2", "babel-core": "7.0.0-bridge.0", "babel-jest": "23.6.0", "babel-preset-react-native": "5.0.2", "jest": "23.6.0", "karma": "^3.1.4", "karma-chrome-launcher": "^2.2.0", "karma-mocha": "^1.3.0", "karma-webpack": "^3.0.5", "mocha": "^5.2.0", "react-test-renderer": "16.4.1", "webpack": "4.19.1" } }