package.json 323 B

1234567891011121314
  1. {
  2. "name": "@polkadot/app-society",
  3. "private": true,
  4. "version": "0.51.1",
  5. "description": "A society",
  6. "main": "index.js",
  7. "scripts": {},
  8. "author": "Jaco Greeff <jacogr@gmail.com>",
  9. "license": "Apache-2.0",
  10. "dependencies": {
  11. "@babel/runtime": "^7.10.5",
  12. "@polkadot/react-components": "0.51.1"
  13. }
  14. }