@klikeai/cut-preview 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,42 @@
1
+ {
2
+ "name": "@klikeai/cut-preview",
3
+ "version": "1.0.0",
4
+ "description": "SmartStudioComposition + calculateMetadata do Klike Cut para o preview ao vivo (Remotion Player).",
5
+ "type": "module",
6
+ "main": "./dist/index.js",
7
+ "module": "./dist/index.js",
8
+ "types": "./dist/index.d.ts",
9
+ "exports": {
10
+ ".": {
11
+ "types": "./dist/index.d.ts",
12
+ "import": "./dist/index.js"
13
+ }
14
+ },
15
+ "files": ["dist"],
16
+ "sideEffects": ["**/fonts*"],
17
+ "scripts": {
18
+ "build": "tsup",
19
+ "prepublishOnly": "npm run build"
20
+ },
21
+ "peerDependencies": {
22
+ "react": ">=18",
23
+ "react-dom": ">=18",
24
+ "remotion": "^4.0.399",
25
+ "@remotion/captions": "^4.0.399",
26
+ "@remotion/transitions": "^4.0.399",
27
+ "@remotion/google-fonts": "^4.0.399",
28
+ "@remotion/layout-utils": "^4.0.399"
29
+ },
30
+ "devDependencies": {
31
+ "@remotion/captions": "4.0.399",
32
+ "@remotion/google-fonts": "4.0.399",
33
+ "@remotion/layout-utils": "4.0.399",
34
+ "@remotion/transitions": "4.0.399",
35
+ "@types/react": "^19.0.0",
36
+ "react": "19.0.0",
37
+ "react-dom": "19.0.0",
38
+ "remotion": "4.0.399",
39
+ "tsup": "^8.3.0",
40
+ "typescript": "^5.4.0"
41
+ }
42
+ }