{"library":"aframe","install":[{"cmd":"npm install aframe","imports":["<!-- In your HTML file -->\n<script src=\"https://unpkg.com/aframe/dist/aframe-master.min.js\"></script>","import 'aframe';\n// Or if you need the AFRAME object for custom components:\nimport * as AFRAME from 'aframe';","AFRAME.registerComponent('my-component', {\n  init: function () {\n    console.log('My component initialized!');\n  }\n});"]},{"cmd":"yarn add aframe","imports":[]},{"cmd":"pnpm add aframe","imports":[]}]}