justlyrics
Version:
A comprehensive TypeScript library for parsing, converting, and processing various lyric formats including LRC, ALRC, YRC, QRC, and more
50 lines • 1.07 kB
JSON
{
"name": "justlyrics",
"version": "1.0.2",
"description": "A comprehensive TypeScript library for parsing, converting, and processing various lyric formats including LRC, ALRC, YRC, QRC, and more",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"lyrics",
"lrc",
"alrc",
"yrc",
"qrc",
"lyric-format",
"typescript",
"music",
"karaoke",
"subtitles"
],
"author": "fred913",
"license": "MIT",
"devDependencies": {
"typescript": "^5.8.3"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/fred913/justlyrics.git"
}
}