@remotion/zod-types
Version:
Zod types for Remotion
52 lines • 1.27 kB
JSON
{
"repository": {
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/zod-types"
},
"name": "@remotion/zod-types",
"version": "4.0.332",
"description": "Zod types for Remotion",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"module": "dist/esm/index.mjs",
"sideEffects": false,
"author": "Jonny Burger",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/remotion-dev/remotion/issues"
},
"dependencies": {
"remotion": "4.0.332"
},
"peerDependencies": {
"zod": "3.22.3"
},
"devDependencies": {
"zod": "3.22.3",
"eslint": "9.19.0",
"@remotion/eslint-config-internal": "4.0.332"
},
"keywords": [
"zod",
"color",
"remotion"
],
"publishConfig": {
"access": "public"
},
"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"
}
},
"homepage": "https://www.remotion.dev/docs/zod-types",
"scripts": {
"formatting": "prettier --experimental-cli src --check",
"lint": "eslint src",
"make": "tsc -d && bun --env-file=../.env.bundle bundle.ts"
}
}