{ "name": "@banner-studio/layout-engine", "version": "0.0.0", "private": true, "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./browser": { "types": "./dist/browser/index.d.ts", "import": "./dist/browser/index.js" }, "./templates": { "types": "./dist/templates/index.d.ts", "import": "./dist/templates/index.js" } }, "files": ["dist"], "scripts": { "build": "tsc -p tsconfig.json", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "@banner-studio/types": "workspace:*", "dropflow": "0.5.1" }, "devDependencies": { "typescript": "^5.4.0", "vitest": "^1.6.0" } }