10 lines
321 B
JSON
10 lines
321 B
JSON
{
|
|
"name": "human-flow",
|
|
"version": "0.1.0",
|
|
"description": "UI/UX scanner focused on human mouse + keyboard workflow intuition and ergonomics. Includes 'fancy as fuck' delight & polish mode.",
|
|
"type": "module",
|
|
"scripts": {
|
|
"scan": "node scripts/scan.mjs",
|
|
"fancy": "node scripts/scan.mjs --fancy"
|
|
}
|
|
} |