package.json 422 B

1234567891011121314151617
  1. {
  2. "name": "@polkadot/app-js",
  3. "private": true,
  4. "version": "0.51.1",
  5. "description": "A simple JavaScript console for playing with the API",
  6. "main": "index.js",
  7. "scripts": {},
  8. "author": "Jaco Greeff <jacogr@gmail.com>",
  9. "maintainers": [
  10. "Jaco Greeff <jacogr@gmail.com>"
  11. ],
  12. "license": "Apache-2.0",
  13. "dependencies": {
  14. "@babel/runtime": "^7.10.5",
  15. "@polkadot/react-components": "0.51.1"
  16. }
  17. }