UNPKG

@remotion/shapes

Version:

Generate SVG shapes

58 lines (57 loc) 1.4 kB
{ "repository": { "url": "https://github.com/remotion-dev/remotion/tree/main/packages/shapes" }, "name": "@remotion/shapes", "version": "4.0.469", "description": "Generate SVG shapes", "main": "dist/index.js", "scripts": { "formatting": "oxfmt src --check", "format": "oxfmt src", "lint": "eslint src", "test": "bun test src", "make": "tsgo -d && bun --env-file=../.env.bundle bundle.ts" }, "types": "dist/index.d.ts", "module": "dist/esm/index.mjs", "author": "Alex Fernandez, Jonny Burger <jonny@remotion.dev>", "license": "MIT", "bugs": { "url": "https://github.com/remotion-dev/remotion/issues" }, "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "module": "./dist/esm/index.mjs", "import": "./dist/esm/index.mjs", "require": "./dist/index.js" } }, "devDependencies": { "@testing-library/react": "16.1.0", "react": "19.2.3", "react-dom": "19.2.3", "@happy-dom/global-registrator": "14.5.1", "@remotion/eslint-config-internal": "4.0.469", "eslint": "9.19.0", "@typescript/native-preview": "7.0.0-dev.20260217.1" }, "keywords": [ "svg", "path", "utilities" ], "publishConfig": { "access": "public" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "dependencies": { "@remotion/paths": "4.0.469" }, "homepage": "https://www.remotion.dev/docs/shapes" }