timestamped-lyrics
Version:
Simple Package to fetch and display timestamped lyrics for a given song.
39 lines • 881 B
JSON
{
"name": "timestamped-lyrics",
"version": "1.0.3",
"description": "Simple Package to fetch and display timestamped lyrics for a given song.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"lyrics",
"timestamped",
"music",
"typescript",
"karaoke"
],
"repository": {
"type": "git",
"url": "git+https://github.com/icedTet/timestamped-lyrics.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"author": "John Li (Tet) <npm@tet.moe>",
"license": "MIT",
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^24.0.4",
"@types/node-fetch": "2",
"jest": "^30.0.2",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3"
},
"dependencies": {
"node-fetch": "^2.7.0"
},
"prepublish": "tsc",
"scripts": {
"build": "tsc"
}
}