Map keys 0–9 to destinations, inspect files before deciding, and preview PDF/RAW/ZIP/video with an OLED dark UI polish plus demo seed and tests.
24 lines
568 B
JSON
24 lines
568 B
JSON
{
|
|
"name": "swipeanything",
|
|
"version": "0.1.0",
|
|
"description": "A local-first, pluggable swipe-to-triage UI. Point it at a folder today; write an adapter and point it at anything tomorrow.",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"test": "node --test",
|
|
"seed-demo": "bash scripts/seed-demo.sh"
|
|
},
|
|
"license": "MIT",
|
|
"author": "",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.levkin.ca/ilia/SwipeAnything.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.19.2"
|
|
}
|
|
}
|