UNPKG

@thebeyondgroup/shopify-rich-text-renderer

Version:

Convert Shopify's Metafields/Metaobjects rich text type from a rich text AST/schema to HTML. Works great with hydrogen/headless & regular storefronts.

83 lines (82 loc) 2.2 kB
{ "name": "@thebeyondgroup/shopify-rich-text-renderer", "version": "2.1.2", "description": "Convert Shopify's Metafields/Metaobjects rich text type from a rich text AST/schema to HTML. Works great with hydrogen/headless & regular storefronts.", "main": "src/index.js", "repository": { "type": "git", "url": "git+https://github.com/TheBeyondGroup/shopify-rich-text-renderer.git" }, "author": { "name": "Sean McQuaid", "email": "sean@decrypteddesign.com", "github": "mcqua007" }, "license": "MIT", "private": false, "type": "module", "typings": "index.d.ts", "scripts": { "build": "npx rollup -c", "docs": "npx jsdoc2md ./src/index.js > docs.md", "test": "node --experimental-vm-modules node_modules/.bin/jest", "bump": "npx rollup -c && npm version patch --no-git-tag-version", "format": "npx prettier --write src/index.js", "format:check": "npx prettier -c src/index.js", "lint": "npx eslint src/index.js", "lint:fix": "npx eslint --fix src/index.js" }, "devDependencies": { "@babel/preset-react": "^7.24.7", "eslint": "^8.37.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-prettier": "^5.2.1", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "jsdoc-to-markdown": "^8.0.0", "prettier": "^3.3.3", "rollup": "^3.20.2", "rollup-plugin-filesize": "^10.0.0", "rollup-plugin-terser": "^7.0.2" }, "keywords": [ "AST", "convert", "CSS", "deserialize", "deserializer", "html serializer", "html", "javascript", "js", "metafield", "Metaobject", "rich text to html", "rich text", "react", "hydrogen", "renderer", "serialize", "serializer", "schema", "shopify", "typescript", "tailwind", "typings", "type definitions", "utility", "utilities" ], "files": [ "readme.md", "LICENSE", "src", "dist", "index.d.ts" ], "homepage": "https://github.com/TheBeyondGroup/shopify-rich-text-renderer#readme", "bugs": { "url": "https://github.com/TheBeyondGroup/shopify-rich-text-renderer/issues" } }