2025-03-23 23:34:05 +00:00
|
|
|
{
|
|
|
|
|
"name": "editable-list",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "A simple Flask application with an editable list.",
|
|
|
|
|
"main": "app.py",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "python3 app.py"
|
|
|
|
|
},
|
2025-03-25 16:59:08 +00:00
|
|
|
"homepage" : "https://alice.contract.17th.me",
|
2025-03-23 23:34:05 +00:00
|
|
|
"dependencies": {
|
|
|
|
|
"flask": "^2.0.1"
|
|
|
|
|
}
|
|
|
|
|
}
|