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

35 lines
743 B
JSON

{
"name": "@opendaw/lib-jsx",
"version": "0.0.74",
"license": "LGPL-3.0-or-later",
"sideEffects": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"files": [
"dist/**/*"
],
"scripts": {
"build": "tsc",
"lint": "eslint \"**/*.ts\"",
"test": "echo \"No tests to run\""
},
"dependencies": {
"@opendaw/lib-dom": "^0.0.74",
"@opendaw/lib-std": "^0.0.69"
},
"devDependencies": {
"@opendaw/eslint-config": "^0.0.27",
"@opendaw/typescript-config": "^0.0.29"
},
"gitHead": "e4f70170c5947610932306da94e7f0bb817e43b3"
}