24 lines
536 B
JSON
24 lines
536 B
JSON
{
|
|
"name": "@paperclipai/content-renderer",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./compositions": "./src/compositions/index.ts"
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"remotion": "4.0.445",
|
|
"@remotion/bundler": "4.0.445",
|
|
"@remotion/renderer": "4.0.445",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|