audio-splitter
Version:
Simple package to split a merged audio track to parts by silence analysis
43 lines (42 loc) • 917 B
JSON
{
"name": "audio-splitter",
"version": "1.1.4",
"description": "Simple package to split a merged audio track to parts by silence analysis",
"main": "dist/index.js",
"types": "dist",
"scripts": {
"dev": "tsnd dev/index.ts",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mpirescarvalho/audio-splitter.git"
},
"keywords": [
"audio",
"split",
"audio-split",
"audio-splitter",
"ffmpeg",
"merged",
"tracks",
"songs",
"song-slitter",
"merged-audio"
],
"author": "Marcelo Carvalho",
"license": "ISC",
"bugs": {
"url": "https://github.com/mpirescarvalho/audio-splitter/issues"
},
"homepage": "https://github.com/mpirescarvalho/audio-splitter#readme",
"dependencies": {
"fluent-ffmpeg": "^2.1.2"
},
"devDependencies": {
"@types/fluent-ffmpeg": "^2.1.17",
"@types/node": "^15.3.0",
"ts-node-dev": "^1.1.6",
"typescript": "^4.2.4"
}
}