16 lines
423 B
JSON
16 lines
423 B
JSON
|
|
{
|
||
|
|
"name": "sorting-visualization",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Sorting algorithm visualization - single-file HTML app",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"lint": "eslint sorting_visualization.html",
|
||
|
|
"test": "node test_algorithms.js",
|
||
|
|
"test:verbose": "node test_algorithms.js --verbose"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"eslint": "^9.0.0",
|
||
|
|
"@eslint/js": "^9.0.0",
|
||
|
|
"globals": "^16.0.0"
|
||
|
|
}
|
||
|
|
}
|