Files
openDIAW.be/packages/lib/box-forge/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

31 lines
828 B
JSON

{
"name": "@opendaw/lib-box-forge",
"version": "0.0.75",
"private": true,
"sideEffects": false,
"license": "LGPL-3.0-or-later",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"lint": "eslint \"**/*.ts\"",
"clear": "rm -rf ./test/gen/*",
"forge": "npx tsx test/schema.ts",
"format": "prettier --write \"./test/gen/**/*.ts\" --ignore-path /dev/null",
"gen": "npm run clear && npm run forge && npm run format",
"test": "npm run gen && vitest run"
},
"dependencies": {
"@opendaw/lib-box": "^0.0.73",
"@opendaw/lib-dom": "^0.0.74",
"@opendaw/lib-runtime": "^0.0.70",
"@opendaw/lib-std": "^0.0.69",
"ts-morph": "^25.0.1",
"tsx": "^4.20.3"
},
"devDependencies": {
"@opendaw/eslint-config": "^0.0.27",
"@opendaw/typescript-config": "^0.0.29"
}
}