Files
crontab-ui/package.json
T

12 lines
171 B
JSON
Raw Normal View History

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