{ "name": "svelterunner", "version": "1.0.9", "main": "index.js", "bin": { "svelterunner": "bin/commander.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "backwardsuser", "license": "MIT", "type": "module", "description": "", "dependencies": { "commander": "^13.0.0", "compression": "^1.7.5", "express": "^4.21.2" } }