{"library":"raphael","install":[{"cmd":"npm install raphael","imports":["<script src=\"path/to/raphael.js\"></script>\n// Then Raphael is available globally","const Raphael = require('raphael');","define([ \"path/to/raphael\" ], function(Raphael) {\n  // Use Raphael here\n});"]},{"cmd":"yarn add raphael","imports":[]},{"cmd":"pnpm add raphael","imports":[]}]}