2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00
Files
bbob/benchmark/package.json
T
github-actions[bot] 3bccca086f chore(release): publish v3.0.1 (#188)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-29 00:48:48 +02:00

24 lines
454 B
JSON
Vendored

{
"name": "@bbob/benchmark",
"main": "index.js",
"private": true,
"directories": {
"test": "test"
},
"scripts": {
"start": "node index.js"
},
"author": {
"name": "Nikolay Kostyurin <jilizart@gmail.com>",
"url": "https://artkost.ru/"
},
"dependencies": {
"@bbob/parser": "3.0.1",
"benchmark": "2.1.4",
"picocolors": "1.0.0",
"xbbcode-parser": "0.1.2",
"ya-bbcode": "1.0.12"
},
"version": null
}