UNPKG

lyrics-structure

Version:

Parse lyrics with bracketed sections into structured parts, with slide generation for presentations

35 lines (34 loc) 763 B
{ "name": "lyrics-structure", "version": "1.4.1", "description": "Parse lyrics with bracketed sections into structured parts, with slide generation for presentations", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "test": "jest", "test:watch": "jest --watch", "format": "prettier --write \"**/*.{ts,js,json,md}\"" }, "keywords": [ "lyrics", "parser", "slides", "sections", "structure", "presentation" ], "author": "", "license": "MIT", "devDependencies": { "@types/jest": "^30.0.0", "jest": "^30.0.0", "prettier": "^3.8.0", "ts-jest": "^29.4.0", "typescript": "^5.9.0" } }