mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-15 11:59:37 +03:00
3575982b28
* feat: initial pnpm support * feat: lock files * fix: github actions * fix: lerna bootstrap * fix: lerna useWorkspaces * fix: lerna no ci * fix: lint * fix: audit * chore: changeset * fix: publish action
23 lines
441 B
JSON
Vendored
23 lines
441 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": "workspace:*",
|
|
"benchmark": "2.1.4",
|
|
"picocolors": "1.0.0",
|
|
"xbbcode-parser": "0.1.2",
|
|
"ya-bbcode": "1.0.12"
|
|
}
|
|
}
|