SvelteRunner/package.json
2025-01-10 00:46:31 -05:00

22 lines
421 B
JSON

{
"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"
}
}