Add .gitignore to exclude all node packages and lock files
This commit is contained in:
+37
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"repository": {
|
||||
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/streaming"
|
||||
},
|
||||
"name": "@remotion/streaming",
|
||||
"version": "4.0.423",
|
||||
"description": "Utilities for streaming data between programs",
|
||||
"main": "dist",
|
||||
"sideEffects": false,
|
||||
"scripts": {
|
||||
"lint": "eslint src",
|
||||
"formatting": "prettier --experimental-cli src --check",
|
||||
"make": "tsc -d && bun --env-file=../.env.bundle bundle.ts"
|
||||
},
|
||||
"author": "Jonny Burger <jonny@remotion.dev>",
|
||||
"contributors": [],
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/remotion-dev/remotion/issues"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@remotion/eslint-config-internal": "4.0.423",
|
||||
"eslint": "9.19.0"
|
||||
},
|
||||
"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