13 lines
318 B
JSON
13 lines
318 B
JSON
{
|
|
"name": "magistr-frontend-checks",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"scripts": {
|
|
"test": "node --test tests/*.test.mjs",
|
|
"check": "node --check admin/js/dashboard-conflicts.js && node --check admin/js/views/dashboard.js && node --test tests/*.test.mjs"
|
|
}
|
|
}
|