-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.34 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "quran-tiktok-bot",
"version": "1.0",
"private": true,
"type": "module",
"scripts": {
"remotion:studio": "remotion studio",
"remotion:chrome": "remotion browser ensure",
"remotion:render": "remotion render tiktok-video out/video.mp4",
"lint": "tsc --noEmit && eslint --ext ts,tsx --cache --max-warnings 0",
"upload": "tsx scripts/upload-to-tiktok.ts"
},
"dependencies": {
"@remotion/bundler": "4.0.209",
"@remotion/cli": "4.0.209",
"@remotion/media-utils": "4.0.209",
"@remotion/renderer": "4.0.209",
"@remotion/zod-types": "4.0.209",
"axios": "^1.7.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remotion": "4.0.209",
"zod": "^3.23.8"
},
"devDependencies": {
"@remotion/eslint-config": "4.0.209",
"@types/node": "^20.5.6",
"@types/react": "^18.3.5",
"@types/web": "^0.0.159",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"dotenv": "^16.4.5",
"eslint": "^8.48.0",
"prettier": "^3.3.3",
"tsx": "^4.19.0",
"typescript": "^5.2.2"
},
"prettier": {
"semi": true,
"tabWidth": 2,
"printWidth": 100,
"singleQuote": true,
"arrowParens": "avoid",
"trailingComma": "all",
"quoteProps": "preserve"
},
"engines": {
"node": "20.x"
},
"packageManager": "pnpm@9.9.0"
}