2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00
Files
bbob/packages/bbob-cli/package.json
T
github-actions[bot] 485bb11df0 chore(release): publish v3.0.0 (#183)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-24 16:00:05 +02:00

42 lines
902 B
JSON

{
"name": "@bbob/cli",
"version": "3.0.0",
"description": "Comand line bbcode parser",
"main": "lib/cli.js",
"bin": {
"bbob": "bin/bbob"
},
"directories": {
"lib": "lib"
},
"dependencies": {
"@bbob/html": "^3.0.0",
"@bbob/preset-html5": "^3.0.0",
"commander": "^2.15.1"
},
"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": {
"test": "../../scripts/pkg-task test",
"cover": "../../scripts/pkg-task cover",
"lint": "../../scripts/pkg-task lint"
},
"author": "Nikolay Kostyurin <jilizart@gmail.com>",
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}