UNPKG

simple-notation

Version:

A dynamic Jianpu (numbered musical notation) rendering library. Generate beautiful music scores on your web pages from text. Designed for the modern web.

56 lines (55 loc) 1.39 kB
{ "name": "simple-notation", "version": "1.0.27", "type": "module", "author": { "name": "Encaik", "email": "encaik@foxmail.com", "url": "https://github.com/encaik" }, "license": "MIT", "keywords": [ "simple-notation", "music", "score", "typescript", "music-notation", "music-score", "music-renderer", "music-visualization", "chinese-music" ], "bugs": { "url": "https://github.com/Encaik/simple-notation/issues" }, "repository": { "type": "git", "url": "https://github.com/Encaik/simple-notation" }, "homepage": "https://www.s-n.xyz/", "description": "A dynamic Jianpu (numbered musical notation) rendering library. Generate beautiful music scores on your web pages from text. Designed for the modern web.", "files": [ "dist" ], "main": "./dist/simple-notation.umd.cjs", "module": "./dist/simple-notation.js", "types": "./dist/index.d.ts", "exports": { "types": "./dist/index.d.ts", "import": "./dist/simple-notation.js", "require": "./dist/simple-notation.umd.cjs" }, "scripts": { "build": "vite build", "test": "vitest", "coverage": "vitest run --coverage" }, "devDependencies": { "@vitest/coverage-v8": "^3.2.3", "jsdom": "^26.1.0", "typescript": "~5.8.3", "vite": "^6.3.5", "vite-plugin-dts": "^4.5.4", "vitest": "^3.2.3" } }