lyrics-structure
Version:
Parser for lyrics with structured sections, names, and indications
29 lines (28 loc) • 653 B
JSON
{
"name": "lyrics-structure",
"version": "1.2.3",
"description": "Parser for lyrics with structured sections, names, and indications",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"test:watch": "jest --watch",
"format": "prettier --write \"**/*.{ts,js,json,md}\""
},
"keywords": [
"lyrics",
"parser",
"slides",
"sections"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.0.0",
"jest": "^29.0.0",
"prettier": "^3.5.3",
"ts-jest": "^29.0.0",
"typescript": "^5.0.0"
}
}