60447f48d3
- @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
67 lines
1.8 KiB
JSON
67 lines
1.8 KiB
JSON
{
|
|
"name": "@opendaw/studio-core",
|
|
"version": "0.0.106",
|
|
"license": "LGPL-3.0-or-later",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./FFmpegWorker": {
|
|
"types": "./dist/ffmpeg/FFmpegWorker.d.ts",
|
|
"default": "./dist/ffmpeg/FFmpegWorker.js"
|
|
},
|
|
"./workers-main.js": "./dist/workers-main.js",
|
|
"./processors.js": "./dist/processors.js",
|
|
"./offline-engine.js": "./dist/offline-engine.js"
|
|
},
|
|
"files": [
|
|
"dist/**",
|
|
"dist/workers-main.js",
|
|
"dist/processors.js",
|
|
"dist/offline-engine.js",
|
|
"dist/ffmpeg/FFmpegWorker.js"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"lint": "eslint \"**/*.ts\"",
|
|
"test": "vitest run --config vitest.config.ts"
|
|
},
|
|
"dependencies": {
|
|
"@opendaw/lib-box": "^0.0.73",
|
|
"@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-runtime": "^0.0.70",
|
|
"@opendaw/lib-std": "^0.0.69",
|
|
"@opendaw/nam-wasm": "^1.0.3",
|
|
"@opendaw/studio-adapters": "^0.0.84",
|
|
"@opendaw/studio-boxes": "^0.0.75",
|
|
"@opendaw/studio-enums": "^0.0.64",
|
|
"dropbox": "^10.34.0",
|
|
"y-websocket": "^1.4.5",
|
|
"yjs": "^13.6.27",
|
|
"zod": "^4.1.12"
|
|
},
|
|
"peerDependencies": {
|
|
"@ffmpeg/ffmpeg": "^0.12.15",
|
|
"@ffmpeg/util": "^0.12.2"
|
|
},
|
|
"devDependencies": {
|
|
"@ffmpeg/ffmpeg": "^0.12.15",
|
|
"@ffmpeg/util": "^0.12.2",
|
|
"@opendaw/eslint-config": "^0.0.27",
|
|
"@opendaw/studio-core-processors": "^0.0.87",
|
|
"@opendaw/studio-core-workers": "^0.0.79",
|
|
"@opendaw/studio-forge-boxes": "^0.0.75",
|
|
"@opendaw/typescript-config": "^0.0.29"
|
|
},
|
|
"gitHead": "e4f70170c5947610932306da94e7f0bb817e43b3"
|
|
}
|