11 lines
493 B
JSON
11 lines
493 B
JSON
{
|
|
"name": "ai-ict",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": ".\\.venv\\Scripts\\python.exe scripts/run_script_static_checks.py && .\\.venv\\Scripts\\python.exe scripts/run_migration_static_checks.py && .\\.venv\\Scripts\\python.exe -m unittest discover -s tests/unit -p \"test_*.py\"",
|
|
"build": ".\\.venv\\Scripts\\python.exe -m compileall -q src scripts tests",
|
|
"visual:snapshots": "node --check src/web/app.js && node --check src/web/training.js"
|
|
}
|
|
}
|