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
Nikolay Kostyurin c0b4eb7c05 v2.4.0
2019-03-29 10:37:03 +02:00

42 lines
922 B
JSON

{
"name": "@bbob/cli",
"version": "2.4.0",
"description": "Comand line bbcode parser",
"main": "lib/cli.js",
"bin": {
"bbob": "bin/bbob"
},
"directories": {
"lib": "lib"
},
"dependencies": {
"@bbob/html": "^2.4.0",
"@bbob/preset-html5": "^2.4.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": "../../node_modules/.bin/jest --",
"cover": "../../node_modules/.bin/jest --coverage",
"lint": "../../node_modules/.bin/eslint ."
},
"author": "Nikolay Kostyurin <jilizart@gmail.com>",
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}