mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-24 14:04:06 +03:00
2ee5141d8e
- move all package commands to scripts/pkg-task - jest now uses swc - rollup now uses swc - move all benchmark packages to benchmark/package.json
17 lines
301 B
JSON
Vendored
17 lines
301 B
JSON
Vendored
{
|
|
"main": "index.js",
|
|
"private": true,
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"author": {
|
|
"name": "Nikolay Kostyurin <jilizart@gmail.com>",
|
|
"url": "https://artkost.ru/"
|
|
},
|
|
"dependencies": {
|
|
"benchmark": "2.1.4",
|
|
"xbbcode-parser": "0.1.2",
|
|
"ya-bbcode": "1.0.12"
|
|
}
|
|
}
|