mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-15 11:59:37 +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
12 lines
200 B
JSON
12 lines
200 B
JSON
{
|
|
"main": "index.js",
|
|
"private": true,
|
|
"author": {
|
|
"name": "Nikolay Kostyurin <jilizart@gmail.com>",
|
|
"url": "https://artkost.ru/"
|
|
},
|
|
"dependencies": {
|
|
"commander": "8.2.0"
|
|
}
|
|
}
|