9 lines
133 B
JSON
9 lines
133 B
JSON
{
|
|
"name": "@open-pencil/tool-unit-tests",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "bun test tests"
|
|
}
|
|
}
|