openpencil/tools/unit-tests/package.json
2026-06-30 10:55:04 +03:00

9 lines
133 B
JSON

{
"name": "@open-pencil/tool-unit-tests",
"private": true,
"type": "module",
"scripts": {
"test": "bun test tests"
}
}