package.json 368 B

12345678910111213141516
  1. {
  2. "name": "@polkadot/joy-settings",
  3. "version": "1.0.0",
  4. "description": "Manages app settings",
  5. "main": "index.js",
  6. "author": "Jaco Greeff <jacogr@gmail.com>",
  7. "maintainers": [
  8. "Jaco Greeff <jacogr@gmail.com>"
  9. ],
  10. "license": "Apache-2.0",
  11. "dependencies": {
  12. "@babel/runtime": "^7.7.1",
  13. "@types/store": "^2.0.1",
  14. "store": "^2.0.12"
  15. }
  16. }