{ "name": "@bbob/core", "version": "3.0.2", "description": "⚡️Blazing-fast js-bbcode-parser, bbcode js, that transforms and parses to AST with plugin support in pure javascript, no dependencies", "keywords": [ "bbcode", "fast", "parser", "bbcode parser", "bbcodeparser", "serializer", "bbcode serializer", "bbcode serializer", "bbcodeserializer", "parse", "serialize", "html", "transform", "bbob", "core" ], "dependencies": { "@bbob/parser": "workspace:*" }, "main": "lib/index.js", "module": "es/index.js", "jsnext:main": "es/index.js", "browser": "dist/index.js", "browserName": "BbobCore", "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": "../../scripts/pkg-task build-commonjs", "build:es": "../../scripts/pkg-task build-es", "build:umd": "../../scripts/pkg-task build-umd", "build": "npm run build:commonjs && npm run build:es && npm run build:umd", "test": "../../scripts/pkg-task test", "cover": "../../scripts/pkg-task cover", "lint": "../../scripts/pkg-task lint", "size": "../../scripts/pkg-task size", "bundlesize": "../../scripts/pkg-task bundlesize" }, "size-limit": [ { "path": "lib/index.js" } ], "bundlesize": [ { "path": "./dist/index.min.js", "maxSize": "4.5 KB" } ], "publishConfig": { "registry": "https://registry.npmjs.org/" }, "files": [ "dist", "lib", "src", "es" ] }