{ "name": "@polkadot/app-accounts", "version": "0.18.0", "main": "index.js", "repository": "https://github.com/polkadot-js/apps.git", "author": "Jaco Greeff ", "maintainers": [ "Jaco Greeff " ], "contributors": [], "license": "ISC", "scripts": { "build": "polkadot-dev-build-babel", "check": "stylelint 'src/**/*.css' && eslint src && flow check", "test": "jest --coverage" }, "dependencies": { "@babel/runtime": "^7.0.0-beta.51", "@polkadot/ui-app": "^0.18.0" } }