{
	"repository": {
		"url": "https://github.com/remotion-dev/remotion/tree/main/packages/paths"
	},
	"name": "@remotion/paths",
	"version": "4.0.440",
	"description": "Utilities for working with SVG paths",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"module": "dist/esm/index.mjs",
	"sideEffects": false,
	"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"
	},
	"author": "Jonny Burger <jonny@remotion.dev>",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/remotion-dev/remotion/issues"
	},
	"keywords": [
		"svg",
		"path",
		"utilities"
	],
	"devDependencies": {
		"@remotion/eslint-config-internal": "workspace:*",
		"eslint": "catalog:",
		"@typescript/native-preview": "catalog:"
	},
	"exports": {
		"./package.json": "./package.json",
		".": {
			"types": "./dist/index.d.ts",
			"module": "./dist/esm/index.mjs",
			"import": "./dist/esm/index.mjs",
			"require": "./dist/index.js"
		}
	},
	"publishConfig": {
		"access": "public"
	},
	"homepage": "https://www.remotion.dev/paths"
}
