12 lines
268 B
JSON
12 lines
268 B
JSON
{
|
|
"name": "tedious-benchmarks",
|
|
"version": "1.0.0",
|
|
"description": "This folder contains a collection of benchmarks for `tedious`.",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"tedious": "file:.."
|
|
}
|
|
}
|