{ "name": "light", "description": "The Parity Light Wallet", "version": "0.1.0", "private": true, "author": "Parity Team ", "maintainers": [ "Jaco Greeff", "Amaury Martiny" ], "contributors": [], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/parity-js/light.git" }, "bugs": { "url": "https://github.com/parity-js/light/issues" }, "keywords": [ "Ethereum", "Light", "Light Client", "Parity" ], "homepage": "https://github.com/parity-js/light", "workspaces": { "packages": [ "packages/*" ], "nohoist": [ "**/electron-webpack", "**/electron-webpack/**" ] }, "engines": { "yarn": "^1.4.2" }, "scripts": { "build": "lerna run build", "build-hoc": "cd packages/light-hoc && npm run build", "build-ui": "cd packages/light-hoc && npm run build --", "preelectron": "npm run build", "electron": "cd packages/light-electron && npm run electron --", "lint": "lerna run lint --parallel", "prepackage": "npm run build", "package": "cd packages/light-electron && npm run package", "release": "cd packages/light-electron && npm run release --", "start": "npm-run-all -l -s build-hoc -p start-*", "start-electron": "cd packages/light-electron && npm start", "start-react": "cd packages/light-react && npm start", "start-ui": "cd packages/light-ui && npm start", "test": "lerna run test --parallel" }, "devDependencies": { "lerna": "^2.11.0", "npm-run-all": "^4.1.2" } }