2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00
Files
Nikolay Kost ccab54a454 feat(#250): introduce caseFreeTags option (#251)
* chore: initial tests

* feat: parser test

* feat: add case free tags support

* fix: coverage upload

* fix: --disable=gcov

* fix: npm publish sha commit

* fix: change codecov to coveralls

* fix: change workflow pr build and publish

* chore: change coverage badge [skip ci]
2024-10-16 23:26:06 +02:00

25 lines
500 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>"
},
"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"
}
}