cdgraphics
Version:
A fast, flexible CD+Graphics (CD+G) renderer
41 lines • 901 B
JSON
{
"name": "cdgraphics",
"version": "7.0.0",
"description": "A fast, flexible CD+Graphics (CD+G) renderer",
"license": "ISC",
"type": "module",
"exports": "./dist/cdgraphics.js",
"files": [
"dist",
"CHANGELOG.md"
],
"repository": {
"type": "git",
"url": "https://github.com/bhj/cdgraphics.git"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite",
"build": "tsc && vite build"
},
"keywords": [
"canvas",
"cdg",
"cd+g",
"lyrics",
"mp3+g",
"music",
"karaoke"
],
"devDependencies": {
"@microsoft/api-extractor": "^7.52.10",
"@stylistic/eslint-plugin": "^5.2.2",
"eslint": "^9.32.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.38.0",
"unplugin-dts": "^1.0.0-beta.6",
"vite": "^7.0.4"
}
}