22 lines
467 B
JSON
22 lines
467 B
JSON
{
|
|
"name": "@zblog/toolchain",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"type": "module",
|
|
"module": "bin/index.js",
|
|
"main": "bin/index.js",
|
|
"bin": {
|
|
"zblog-toolchain": "./bin/index.js"
|
|
},
|
|
"types": "./bin/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@ffmpeg-installer/ffmpeg": "^1.1.0",
|
|
"@types/fluent-ffmpeg": "^2.1.27",
|
|
"fluent-ffmpeg": "^2.1.3"
|
|
}
|
|
} |