Add .gitignore to exclude all node packages and lock files
This commit is contained in:
+36
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"repository": {
|
||||
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/studio-shared"
|
||||
},
|
||||
"name": "@remotion/studio-shared",
|
||||
"version": "4.0.423",
|
||||
"description": "Internal package for shared objects between the Studio backend and frontend",
|
||||
"main": "dist",
|
||||
"sideEffects": false,
|
||||
"scripts": {
|
||||
"lint": "eslint src",
|
||||
"formatting": "prettier --experimental-cli src --check",
|
||||
"make": "tsc -d"
|
||||
},
|
||||
"author": "Jonny Burger <jonny@remotion.dev>",
|
||||
"contributors": [],
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/remotion-dev/remotion/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"remotion": "4.0.423"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@remotion/renderer": "4.0.423",
|
||||
"@remotion/eslint-config-internal": "4.0.423",
|
||||
"eslint": "9.19.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"exports": {
|
||||
".": "./dist/index.js",
|
||||
"./package.json": "./package.json"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user