generated from Kubessandra/KubeStack
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 971 Bytes
/
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
{
"name": "motionify",
"version": "1.0.0",
"description": "generate social videos",
"main": "./index.ts",
"types": "./index.ts",
"dependencies": {
"pnpm": "^8.5.1"
},
"devDependencies": {
"eslint": "^8.41.0",
"eslint-config-turbo": "^1.9.8",
"eslint-plugin-turbo": "^1.9.8",
"rimraf": "^5.0.1",
"turbo": "^1.9.8"
},
"scripts": {
"clean": "turbo run clean && rimraf node_modules",
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint",
"lint-fix": "turbo run lint-fix",
"dev": "turbo run dev",
"api-github": "pnpm --filter api-github",
"remotion": "pnpm --filter remotion"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kubessandra/SocialGenerator.git"
},
"author": "kubessandra",
"bugs": {
"url": "https://github.com/Kubessandra/SocialGenerator/issues"
},
"homepage": "https://github.com/Kubessandra/SocialGenerator#readme"
}