mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 05:38:34 +00:00
17 lines
328 B
JSON
17 lines
328 B
JSON
{
|
|
"name": "vite-plugin-bundle-audioworklet",
|
|
"main": "./vite-plugin-bundle-audioworklet.js",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"keywords": [
|
|
"vite",
|
|
"audioworklet"
|
|
],
|
|
"author": "Felix Roos <flix91@gmail.com>",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"vite": "^6.0.11"
|
|
}
|
|
}
|