Files
2026-09-02 11:09:05 +08:00

33 lines
614 B
JSON

{
"name": "@volcengine/mediakit-cli",
"version": "0.2.1",
"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"
}
}