mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-15 11:59:37 +03:00
270f5645f8
* fix: TagNode.create with null content by default * Create five-meals-sing.md * fix: tests * fix(preset): types inference * fix: preset types * fix: preset types * fix: lock file, parser and utils * refactor: move types to separate package * fix(preset): add @bbob/core to dev deps * fix(preset): lock file * test(preset-vue): create tags * test(preset-vue): tests * chore(nx): fix nx cover deps * chore: changesets
26 lines
534 B
JSON
Vendored
26 lines
534 B
JSON
Vendored
{
|
|
"name": "@bbob/benchmark",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"cpupro": "node --require cpupro benchmark.js"
|
|
},
|
|
"author": {
|
|
"name": "Nikolay Kostyurin <jilizart@gmail.com>",
|
|
"url": "https://artkost.ru/"
|
|
},
|
|
"dependencies": {
|
|
"@bbob/parser": "*",
|
|
"@bbob/plugin-helper": "*",
|
|
"benchmark": "2.1.4",
|
|
"picocolors": "1.0.0",
|
|
"xbbcode-parser": "0.1.2",
|
|
"cpupro": "*",
|
|
"ya-bbcode": "1.0.12"
|
|
}
|
|
}
|