Add .gitignore to exclude all node packages and lock files
This commit is contained in:
81
skills/remotion-prompt-video/node_modules/@remotion/cli/package.json
generated
vendored
Normal file
81
skills/remotion-prompt-video/node_modules/@remotion/cli/package.json
generated
vendored
Normal file
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"repository": {
|
||||
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/cli"
|
||||
},
|
||||
"name": "@remotion/cli",
|
||||
"version": "4.0.423",
|
||||
"description": "Control Remotion features using the `npx remotion` command",
|
||||
"main": "dist/index.js",
|
||||
"sideEffects": false,
|
||||
"bin": {
|
||||
"remotion": "remotion-cli.js",
|
||||
"remotionb": "remotionb-cli.js",
|
||||
"remotiond": "remotiond-cli.js"
|
||||
},
|
||||
"scripts": {
|
||||
"formatting": "prettier --experimental-cli src --check",
|
||||
"lint": "eslint src",
|
||||
"test": "bun test src",
|
||||
"make": "tsc -d"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/remotion-dev/remotion/issues"
|
||||
},
|
||||
"exports": {
|
||||
".": "./dist/index.js",
|
||||
"./config": "./dist/config/index.js",
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"typesVersions": {
|
||||
">=1.0": {
|
||||
"config": [
|
||||
"dist/config/index.d.ts"
|
||||
]
|
||||
}
|
||||
},
|
||||
"author": "Jonny Burger <jonny@remotion.dev>",
|
||||
"license": "SEE LICENSE IN LICENSE.md",
|
||||
"dependencies": {
|
||||
"@remotion/bundler": "4.0.423",
|
||||
"@remotion/media-utils": "4.0.423",
|
||||
"@remotion/player": "4.0.423",
|
||||
"@remotion/renderer": "4.0.423",
|
||||
"@remotion/studio-shared": "4.0.423",
|
||||
"@remotion/studio-server": "4.0.423",
|
||||
"@remotion/studio": "4.0.423",
|
||||
"dotenv": "9.0.2",
|
||||
"minimist": "1.2.6",
|
||||
"prompts": "2.4.2",
|
||||
"remotion": "4.0.423"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=16.8.0",
|
||||
"react-dom": ">=16.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/minimist": "^1.2.2",
|
||||
"@types/prompts": "^2.4.1",
|
||||
"@types/prettier": "^2.7.2",
|
||||
"@types/node": "20.12.14",
|
||||
"@remotion/zod-types": "4.0.423",
|
||||
"@remotion/tailwind-v4": "4.0.423",
|
||||
"@remotion/enable-scss": "4.0.423",
|
||||
"@remotion/skia": "4.0.423",
|
||||
"react": "19.2.3",
|
||||
"react-dom": "19.2.3",
|
||||
"zod": "3.22.3",
|
||||
"@remotion/eslint-config-internal": "4.0.423",
|
||||
"eslint": "9.19.0"
|
||||
},
|
||||
"keywords": [
|
||||
"remotion",
|
||||
"ffmpeg",
|
||||
"video",
|
||||
"react",
|
||||
"player"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"homepage": "https://www.remotion.dev/docs/cli"
|
||||
}
|
||||
Reference in New Issue
Block a user