{ "name": "@remotion/sfx", "version": "4.0.469", "description": "Sound effect library", "main": "dist/index.js", "types": "dist/index.d.ts", "module": "dist/esm/index.mjs", "repository": { "url": "https://github.com/remotion-dev/remotion/tree/main/packages/sfx" }, "type": "module", "scripts": { "formatting": "oxfmt src --check", "format": "oxfmt src", "lint": "eslint src", "watch": "tsgo -w", "make": "tsgo && bun --env-file=../.env.bundle bundle.ts" }, "author": "Jonny Burger ", "contributors": [], "license": "MIT", "bugs": { "url": "https://github.com/remotion-dev/remotion/issues" }, "exports": { ".": { "types": "./dist/index.d.ts", "module": "./dist/esm/index.mjs", "import": "./dist/esm/index.mjs" }, "./package.json": "./package.json" }, "devDependencies": { "@remotion/eslint-config-internal": "workspace:*", "eslint": "catalog:", "@typescript/native-preview": "catalog:" }, "keywords": [ "remotion", "sfx", "sound-effects" ], "publishConfig": { "access": "public" }, "homepage": "https://www.remotion.dev/docs/sfx" }