UNPKG

lilynode

Version:

Node.js wrapper for LilyPond

44 lines (43 loc) 883 B
{ "name": "lilynode", "version": "0.5.2", "description": "Node.js wrapper for LilyPond", "main": "index.js", "type": "module", "files": [ "index.js" ], "repository": { "type": "git", "url": "git+https://github.com/ad-si/lilynode.git" }, "keywords": [ "lilypond", "midi", "music-notation", "music", "sheet-music" ], "author": { "name": "Adrian Sieber", "email": "mail@adriansieber.com", "url": "http://adriansieber.com" }, "license": "ISC", "bugs": { "url": "https://github.com/ad-si/lilynode/issues" }, "homepage": "https://github.com/ad-si/lilynode", "scripts": { "prepublishOnly": "tsc", "test": "bun run ./tests/main.ts" }, "dependencies": { "temp": "^0.9.4" }, "devDependencies": { "@types/node": "^20.12.7", "@types/temp": "^0.9.4", "typescript": "^5.4.5" } }