mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-12 22:15:27 -04:00
d198910a86
- @strudel/codemirror@1.2.7 - @strudel/core@1.2.6 - @strudel/csound@1.2.7 - @strudel/draw@1.2.6 - @strudel/embed@1.1.2 - @strudel/gamepad@1.2.6 - @strudel/hydra@1.2.6 - @strudel/midi@1.2.7 - @strudel/mini@1.2.6 - mondolang@1.1.2 - @strudel/mondo@1.1.6 - @strudel/motion@1.2.6 - @strudel/mqtt@1.2.6 - @strudel/osc@1.3.1 - @strudel/reference@1.2.2 - @strudel/repl@1.2.8 - @strudel/sampler@0.2.4 - @strudel/serial@1.2.6 - @strudel/soundfonts@1.2.7 - superdough@1.2.7 - supradough@1.2.5 - @strudel/tonal@1.2.6 - @strudel/transpiler@1.2.6 - vite-plugin-bundle-audioworklet@0.1.2 - @strudel/web@1.2.7 - @strudel/webaudio@1.2.7 - @strudel/xen@1.2.6
41 lines
847 B
JSON
41 lines
847 B
JSON
{
|
|
"name": "@strudel/gamepad",
|
|
"version": "1.2.6",
|
|
"description": "Gamepad Inputs for strudel",
|
|
"main": "index.mjs",
|
|
"type": "module",
|
|
"publishConfig": {
|
|
"main": "dist/index.mjs"
|
|
},
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://codeberg.org/uzu/strudel.git"
|
|
},
|
|
"keywords": [
|
|
"titdalcycles",
|
|
"strudel",
|
|
"pattern",
|
|
"livecoding",
|
|
"algorave"
|
|
],
|
|
"author": "Yuta Nakayama <nkymut@gmail.com>",
|
|
"license": "AGPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://codeberg.org/uzu/strudel/issues"
|
|
},
|
|
"homepage": "https://codeberg.org/uzu/strudel#readme",
|
|
"dependencies": {
|
|
"@strudel/core": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^6.0.11"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|