UNPKG

@logue/sf2synth

Version:
120 lines (119 loc) 3.32 kB
{ "$schema": "https://json.schemastore.org/package.json", "name": "@logue/sf2synth", "version": "0.7.4", "type": "module", "description": "SoundFont2 Synthesizer", "repository": { "type": "git", "url": "git+https://github.com/logue/sf2synth.js.git" }, "keywords": [ "midi", "WebMidiLink", "wml", "sf2", "soundfont", "synthesizer", "webaudio", "gm", "xg", "gs" ], "author": { "name": "imaya / GREE Inc.", "url": "https://github.com/gree" }, "contributors": [ { "name": "Logue", "email": "logue@hotmail.co.jp", "url": "https://logue.dev" } ], "license": "MIT", "bugs": { "url": "https://github.com/logue/sf2synth.js/issues" }, "homepage": "https://github.com/logue/sf2synth.js", "files": [ "dist" ], "main": "dist/sf2synth.umd.js", "module": "dist/sf2synth.es.js", "jsdelivr": "dist/sf2synth.iife.js", "unpkg": "dist/sf2synth.iife.js", "style": "dist/style.css", "exports": { ".": { "import": "./dist/sf2synth.es.js", "style": "./dist/style.css" }, "./dist/style.css": { "import": "./dist/style.css", "require": "./dist/style.css" }, "./dist/Yamaha XG Sound Set.sf2": "./dist/Yamaha XG Sound Set.sf2", "./dist/SoundFont Copyright.txt": "./dist/SoundFont Copyright.txt", "./dist/A320U.sf2": "./dist/A320U.sf2", "./dist/A320U-license.txt": "./dist/A320U-license.txt" }, "engines": { "node": ">=22.7.4", "pnpm": ">=10.3.0" }, "packageManager": "pnpm@10.12.1", "scripts": { "dev": "vite", "clean": "rimraf node_modules/.vite", "build": "vite build", "build:docs": "vite build --mode=docs", "build:clean": "rimraf dist", "lint": "eslint . --fix --cache --cache-location ./node_modules/.vite/vite-plugin-eslint && prettier . --write", "lint:style": "stylelint \"./**/*.{css,sass,scss}\" --fix --cache-location ./node_modules/.vite/vite-plugin-stylelint", "preview": "vite preview --mode=docs", "prepare": "husky" }, "dependencies": { "@logue/reverb": "^1.4.1", "bootstrap": "^5.3.7" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.29.0", "@types/node": "^24.0.3", "eslint": "^9.29.0", "eslint-config-prettier": "^10.1.5", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-import": "^2.32.0", "eslint-plugin-prettier": "^5.5.0", "globals": "^16.2.0", "husky": "^9.1.7", "lint-staged": "^16.1.2", "prettier": "^3.5.3", "query-string": "^9.2.1", "rimraf": "^6.0.1", "sass-embedded": "1.89.2", "stylelint": "^16.21.0", "stylelint-config-recommended-scss": "^15.0.1", "stylelint-order": "^7.0.0", "stylelint-prettier": "^5.0.3", "vite": "^6.3.5", "vite-plugin-banner": "^0.8.1", "vite-plugin-checker": "^0.9.3" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.{js,ts,json,htm,html,md}": "eslint . --fix --cache --cache-location ./node_modules/.vite/vite-plugin-eslint", "*.{css,sass,scss,htm,html}": "stylelint --fix --cache --cache-location ./node_modules/.vite/vite-plugin-stylelint", "*": "prettier -w -u" }, "resolutions": { "json5": ">=2.2.3", "yaml": ">=2.3.2" } }