Files

12 lines
171 B
JSON
Raw Permalink Normal View History

2026-07-13 12:30:30 +08:00
{
"name": "crontab-ui",
"version": "1.0.0",
"type": "commonjs",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.18.2"
}
}