{ "repository": { "url": "https://github.com/remotion-dev/remotion/tree/main/packages/noise" }, "name": "@remotion/noise", "version": "4.0.469", "description": "Noise generation functions", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts", "module": "dist/esm/index.mjs", "scripts": { "formatting": "oxfmt src --check", "format": "oxfmt src", "lint": "eslint src", "make": "tsgo -d && bun --env-file=../.env.bundle bundle.ts", "test": "bun test src" }, "exports": { "./package.json": "./package.json", ".": { "types": "./dist/cjs/index.d.ts", "module": "./dist/esm/index.mjs", "import": "./dist/esm/index.mjs", "require": "./dist/cjs/index.js" } }, "author": "Yehor Misiats (https://github.com/satelllte)", "maintainers": [ "Jonny Burger ", "Yehor Misiats (https://github.com/satelllte)" ], "contributors": [], "license": "MIT", "bugs": { "url": "https://github.com/remotion-dev/remotion/issues" }, "dependencies": { "remotion": "workspace:*", "simplex-noise": "4.0.1" }, "devDependencies": { "@remotion/eslint-config-internal": "workspace:*", "eslint": "catalog:", "@typescript/native-preview": "catalog:" }, "keywords": [ "remotion", "noise" ], "publishConfig": { "access": "public" }, "homepage": "https://www.remotion.dev/docs/noise" }