kar-to-ass
Version:
Converts midi/kar karaoke files to ass format
46 lines (45 loc) • 1.15 kB
JSON
{
"name": "kar-to-ass",
"version": "1.0.11",
"description": "Converts midi/kar karaoke files to ass format",
"main": "dist/index.js",
"bin": {
"kar-to-ass": "dist/index.js"
},
"types": "src/types.d.ts",
"scripts": {
"build": "tsc --build",
"test": "echo \"Error: no test specified\" && exit 1",
"testPublish": "npm run-script build && npm publish --dry-run",
"publishWrap": "npm run-script build && if read -p 'Confirm? (y) ' ans && [[ $ans = y ]]; then npm publish; fi"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/DyspC/kar-to-ass.git"
},
"keywords": [
"karaoke",
"midi",
"ass",
"kar"
],
"author": "Dysp",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/DyspC/kar-to-ass/issues"
},
"devDependencies": {
"@types/node": "^18.7.18",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"eslint": "^8.23.1",
"typescript": "^4.8.3"
},
"dependencies": {
"ass-stringify": "^0.1.3",
"commander": "^9.4.0",
"debug": "^4.3.4",
"midi-file": "^1.2.3",
"uuid": "^9.0.0"
}
}