UNPKG

@opendaw/studio-sdk

Version:

One-line installer for the complete OpenDAW Studio tool-chain

62 lines (61 loc) 1.74 kB
{ "name": "@opendaw/studio-sdk", "version": "0.0.100", "license": "LGPL-3.0-or-later", "type": "module", "publishConfig": { "access": "public" }, "description": "One-line installer for the complete OpenDAW Studio tool-chain", "repository": { "type": "git", "url": "https://github.com/andremichelle/opendaw" }, "keywords": [ "opendaw", "audio-dev", "daw-sdk", "web-audio", "music-apps", "typescript", "synth", "fx" ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "files": [ "dist/**/*", "README.md" ], "scripts": { "sync-version": "node scripts/sync-version.js", "build": "npm run sync-version && tsc", "prepublishOnly": "npm run sync-version" }, "devDependencies": { "@opendaw/typescript-config": "^0.0.28" }, "dependencies": { "@opendaw/lib-box": "^0.0.69", "@opendaw/lib-dawproject": "^0.0.54", "@opendaw/lib-dom": "^0.0.70", "@opendaw/lib-dsp": "^0.0.68", "@opendaw/lib-fusion": "^0.0.74", "@opendaw/lib-jsx": "^0.0.70", "@opendaw/lib-midi": "^0.0.50", "@opendaw/lib-runtime": "^0.0.66", "@opendaw/lib-std": "^0.0.65", "@opendaw/lib-xml": "^0.0.51", "@opendaw/studio-adapters": "^0.0.79", "@opendaw/studio-boxes": "^0.0.71", "@opendaw/studio-core": "^0.0.99", "@opendaw/studio-enums": "^0.0.60" }, "gitHead": "182679bcfec5f187c52b2cb1e867098cf6d0f766" }