Add .gitignore to exclude all node packages and lock files
This commit is contained in:
42
skills/remotion-prompt-video/node_modules/@remotion/licensing/package.json
generated
vendored
Normal file
42
skills/remotion-prompt-video/node_modules/@remotion/licensing/package.json
generated
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"repository": {
|
||||
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/licensing"
|
||||
},
|
||||
"name": "@remotion/licensing",
|
||||
"version": "4.0.423",
|
||||
"description": "Manage your Remotion.pro license",
|
||||
"main": "dist",
|
||||
"sideEffects": false,
|
||||
"scripts": {
|
||||
"lint": "eslint src",
|
||||
"formatting": "prettier --experimental-cli src --check",
|
||||
"make": "tsc -d && bun --env-file=../.env.bundle bundle.ts",
|
||||
"test": "bun test src/test/prod-domain.test.ts src/test/register-usage-event-retry.test.ts"
|
||||
},
|
||||
"author": "Jonny Burger <jonny@remotion.dev>",
|
||||
"contributors": [],
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/remotion-dev/remotion/issues"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@remotion/eslint-config-internal": "4.0.423",
|
||||
"eslint": "9.19.0",
|
||||
"msw": "^2.7.1",
|
||||
"remotion": "4.0.423"
|
||||
},
|
||||
"homepage": "https://www.remotion.dev/docs/licensing",
|
||||
"exports": {
|
||||
"./package.json": "./package.json",
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"require": "./dist/index.js",
|
||||
"module": "./dist/esm/index.mjs",
|
||||
"import": "./dist/esm/index.mjs"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user