package.json 459 B

123456789101112131415161718
  1. {
  2. "name": "@polkadot/app-sudo",
  3. "private": true,
  4. "version": "0.51.1",
  5. "description": "A basic app that shows the ropes on customisation",
  6. "main": "index.js",
  7. "scripts": {},
  8. "author": "Keith Ingram <keith@parity.io>",
  9. "maintainers": [
  10. "Keith Ingram <keith@parity.io>",
  11. "Jaco Greeff <jacogr@gmail.com>"
  12. ],
  13. "license": "Apache-2.0",
  14. "dependencies": {
  15. "@babel/runtime": "^7.10.5",
  16. "@polkadot/react-components": "0.51.1"
  17. }
  18. }