{
    "name": "@grame/faust-web-component",
    "description": "Web component embedding the Faust Compiler",
    "version": "0.6.1",
    "module": "dist/faust-web-component.js",
    "files": [
        "src/",
        "public/",
        "index.html",
        "tsconfig.json",
        "vite.config.js",
        "dist/faust-web-component.js",
        "dist/02-XYLO1.mp3"
    ],
    "type": "module",
    "scripts": {
        "dev": "vite",
        "build": "vite build",
        "preview": "vite preview"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/grame-cncm/faust-web-component.git"
    },
    "keywords": [
        "faust",
        "webassembly",
        "audio",
        "signal processing"
    ],
    "author": "Grame-CNCM",
    "license": "LGPL-3.0",
    "bugs": {
        "url": "https://github.com/grame-cncm/faust-web-component/issues"
    },
    "homepage": "https://github.com/grame-cncm/faust-web-component#readme",
    "devDependencies": {
        "typescript": "^5.0.2",
        "vite": ">=4.5.2"
    },
    "dependencies": {
        "@codemirror/legacy-modes": "^6.3.3",
        "@fortawesome/fontawesome-svg-core": "^6.4.2",
        "@fortawesome/free-solid-svg-icons": "^6.4.2",
        "@grame/faustwasm": "^0.16.2",
        "@shren/faust-ui": "^1.1.19",
        "codemirror": "^6.0.1",
        "split.js": "^1.6.5"
    }
}
