{ "name": "@bbob/html", "version": "4.3.0", "description": "A BBCode to HTML Renderer part of @bbob", "keywords": [ "html", "bbcode", "parser", "bbob" ], "dependencies": { "@bbob/core": "*", "@bbob/plugin-helper": "*", "@bbob/types": "*" }, "main": "lib/index.js", "module": "es/index.mjs", "jsnext:main": "es/index.mjs", "browser": "dist/index.js", "browserName": "BbobHtml", "types": "types/index.d.ts", "exports": { ".": { "import": { "types": "./types/index.d.mts", "default": "./es/index.mjs" }, "require": { "types": "./types/index.d.ts", "default": "./lib/index.js" }, "browser": "./dist/index.min.js", "umd": "./dist/index.min.js" } }, "homepage": "https://github.com/JiLiZART/bbob", "author": "Nikolay Kostyurin ", "license": "MIT", "bugs": { "url": "https://github.com/JiLiZART/bbob/issues" }, "repository": { "type": "git", "url": "git://github.com/JiLiZART/bbob.git" }, "scripts": { "build:commonjs": "pkg-task", "build:es": "pkg-task", "build:umd": "pkg-task", "build": "pkg-task", "test": "pkg-task", "cover": "pkg-task", "lint": "pkg-task", "size": "pkg-task", "bundlesize": "pkg-task", "types": "pkg-task", "prepublishOnly": "npm run build" }, "size-limit": [ { "path": "./dist/index.min.js", "size": "4.6 KB" } ], "bundlesize": [ { "path": "./dist/index.min.js", "maxSize": "4.6 KB" } ], "publishConfig": { "registry": "https://registry.npmjs.org/" }, "files": [ "dist", "lib", "src", "es", "types" ] }