{ "name": "@bbob/cli", "version": "3.0.2", "description": "Comand line bbcode parser", "bin": { "bbob": "lib/cli.js" }, "main": "lib/index.js", "module": "es/index.js", "jsnext:main": "es/index.js", "browser": "dist/index.js", "browserName": "BbobCli", "types": "types/index.d.ts", "exports": { ".": { "types": "./types/index.d.ts", "import": "./es/index.js", "require": "./lib/index.js", "browser": "./dist/index.min.js", "umd": "./dist/index.min.js" } }, "dependencies": { "@bbob/html": "*", "@bbob/preset-html5": "*" }, "devDependencies": { "@types/node": "20.11.30" }, "repository": { "type": "git", "url": "git+https://github.com/JiLiZART/bbob.git" }, "keywords": [ "bbob", "cli", "bbcode", "pipe" ], "bugs": { "url": "https://github.com/JiLiZART/bbob/issues" }, "homepage": "https://github.com/JiLiZART/bbob#readme", "scripts": { "build:commonjs": "pkg-task", "build:es": "pkg-task", "build:umd": "pkg-task", "build": "pkg-task", "test": "pkg-task", "lint": "pkg-task", "size": "pkg-task", "bundlesize": "pkg-task", "types": "pkg-task", "prepublishOnly": "npm run build" }, "author": "Nikolay Kostyurin ", "license": "MIT", "publishConfig": { "registry": "https://registry.npmjs.org/" } }