openpencil/tools/unit-tests/package.json

9 lines
133 B
JSON
Raw Normal View History

2026-06-11 19:41:52 +00:00
{
"name": "@open-pencil/tool-unit-tests",
"private": true,
"type": "module",
"scripts": {
"test": "bun test tests"
}
}