mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 08:46:22 +02:00
8 lines
231 B
JSON
8 lines
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"
|
||
|
|
}
|
||
|
|
}
|