mirror of
https://github.com/RaisFast/raisfast.git
synced 2026-09-24 08:02:36 +00:00
9 lines
172 B
JSON
9 lines
172 B
JSON
{
|
|
"name": "@raisfast/chat-plugin-tests",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "node --import ./test/loader.mjs --test test/*.test.mjs"
|
|
}
|
|
}
|