mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
8 lines
No EOL
231 B
JSON
8 lines
No EOL
231 B
JSON
{
|
|
"name": "api",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": ".\\.venv\\Scripts\\python run.py",
|
|
"generate:requirements": "poetry export --without-hashes --format=requirements.txt > requirements.txt"
|
|
}
|
|
} |