mirror of
https://github.com/volcengine/mediakit-cli.git
synced 2026-09-14 20:06:30 +08:00
34 lines
647 B
JSON
34 lines
647 B
JSON
{
|
|
"name": "@volcengine/mediakit-cli",
|
|
"version": "0.1.2",
|
|
"description": "MediaKit CLI with multi-platform binary distribution via npm",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"mediakit-cli": "scripts/run.js"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node scripts/install.js"
|
|
},
|
|
"files": [
|
|
"README.md",
|
|
"Open Source Notice.txt",
|
|
"scripts",
|
|
"skills",
|
|
"checksums.txt"
|
|
],
|
|
"keywords": [
|
|
"mediakit",
|
|
"cli",
|
|
"video",
|
|
"audio"
|
|
],
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/volcengine/mediakit-cli.git",
|
|
"directory": "mediakit-cli"
|
|
}
|
|
}
|