This webcomponent follows the open-wc recommendation.
This is a starter template for plugin to be used with JSON Crew
<script type="module">
import 'jc-json-utils/jc-json-utils.js';
</script>
<jc-json-utils data="{ thing: 1}"></jc-json-utils>
npm i
npm start
npm run test
npm run lint