Files
openDIAW.be/packages/studio/forge-boxes/package.json
T
André Michelle 60447f48d3 Publish
- @opendaw/lab@0.0.106
 - @opendaw/nam-test@0.0.6
 - @opendaw/app-studio@0.0.106
 - @opendaw/typescript-config@0.0.29
 - @opendaw/lib-box@0.0.73
 - @opendaw/lib-box-forge@0.0.75
 - @opendaw/lib-dawproject@0.0.58
 - @opendaw/lib-dom@0.0.74
 - @opendaw/lib-dsp@0.0.72
 - @opendaw/lib-fusion@0.0.78
 - @opendaw/lib-jsx@0.0.74
 - @opendaw/lib-midi@0.0.54
 - @opendaw/lib-runtime@0.0.70
 - @opendaw/lib-std@0.0.69
 - @opendaw/lib-xml@0.0.55
 - @opendaw/studio-adapters@0.0.84
 - @opendaw/studio-boxes@0.0.75
 - @opendaw/studio-core@0.0.106
 - @opendaw/studio-core-processors@0.0.87
 - @opendaw/studio-core-workers@0.0.79
 - @opendaw/studio-enums@0.0.64
 - @opendaw/studio-forge-boxes@0.0.75
 - @opendaw/studio-scripting@0.0.37
 - @opendaw/studio-sdk@0.0.107
2026-02-14 11:48:52 +01:00

28 lines
773 B
JSON

{
"name": "@opendaw/studio-forge-boxes",
"version": "0.0.75",
"license": "LGPL-3.0-or-later",
"private": true,
"exports": {
".": "./src/index.ts"
},
"scripts": {
"lint": "eslint \"**/*.ts\"",
"format": "prettier --write \"../boxes/src/**/*.ts\" --ignore-path /dev/null",
"clear": "rm -rf ../boxes/src/*",
"build": "npm run clear && npx tsx src/forge.ts && npm run format",
"test": "echo \"No tests to run\""
},
"dependencies": {
"@opendaw/lib-box": "^0.0.73",
"@opendaw/lib-dsp": "^0.0.72",
"@opendaw/lib-runtime": "^0.0.70",
"@opendaw/lib-std": "^0.0.69",
"@opendaw/studio-enums": "^0.0.64"
},
"devDependencies": {
"@opendaw/eslint-config": "^0.0.27",
"@opendaw/typescript-config": "^0.0.29"
}
}