package.json 685 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "@polkadot/app-vanitygen",
  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. "@types/yargs": "^11.0.0",
  21. "chalk": "^2.4.1",
  22. "yargs": "10.1.2"
  23. },
  24. "optionalDependencies": {
  25. "sodium": "^2.0.1"
  26. }
  27. }