package.json 623 B

1234567891011121314151617181920212223
  1. {
  2. "name": "@polkadot/app-rpc",
  3. "version": "0.18.0",
  4. "main": "index.js",
  5. "repository": "https://github.com/polkadot-js/apps.git",
  6. "author": "Jaco Greeff <jacogr@gmail.com>",
  7. "maintainers": [
  8. "Jaco Greeff <jacogr@gmail.com>"
  9. ],
  10. "contributors": [],
  11. "license": "ISC",
  12. "scripts": {
  13. "build": "polkadot-dev-build-babel",
  14. "check": "stylelint 'src/**/*.css' && eslint src && flow check",
  15. "test": "jest --coverage"
  16. },
  17. "dependencies": {
  18. "@babel/runtime": "^7.0.0-beta.51",
  19. "@polkadot/ui-app": "^0.18.0",
  20. "@polkadot/ui-keyring": "^0.18.0",
  21. "@polkadot/ui-signer": "^0.18.0"
  22. }
  23. }