init commit

This commit is contained in:
Carlos
2026-02-21 10:33:18 +01:00
parent c863a943ed
commit 9d955bf338
9512 changed files with 2015317 additions and 1305 deletions

View File

@@ -0,0 +1,36 @@
{
"repository": {
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/studio-shared"
},
"name": "@remotion/studio-shared",
"version": "4.0.421",
"description": "Internal package for shared objects between the Studio backend and frontend",
"main": "dist",
"sideEffects": false,
"scripts": {
"lint": "eslint src",
"formatting": "prettier --experimental-cli src --check",
"make": "tsc -d"
},
"author": "Jonny Burger <jonny@remotion.dev>",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/remotion-dev/remotion/issues"
},
"dependencies": {
"remotion": "4.0.421"
},
"devDependencies": {
"@remotion/renderer": "4.0.421",
"@remotion/eslint-config-internal": "4.0.421",
"eslint": "9.19.0"
},
"publishConfig": {
"access": "public"
},
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
}
}