You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
377 B
11 lines
377 B
{ |
|
"name": "@reception/video-ingest", |
|
"version": "0.0.1", |
|
"private": true, |
|
"description": "Минимальный mp4-консьюмер (скаффолд Ф1). Python entrypoint: python -m video_ingest", |
|
"scripts": { |
|
"build": "echo 'video-ingest is python — no build'", |
|
"lint": "echo 'lint: TODO ruff'", |
|
"typecheck": "echo 'typecheck: TODO mypy'" |
|
} |
|
}
|
|
|