feat: ignored some files and initialized npm

This commit is contained in:
2026-04-20 23:44:21 +03:30
parent bf49e68bfe
commit 7b5f082ecd
2 changed files with 50 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "vp",
"version": "0.0.1",
"description": "VideoPlayer (vp) is a private project at db company to handle hls streams in a modular beautiful html5 video player.",
"keywords": [],
"repository": {
"type": "git",
"url": "VideoPlayer"
},
"license": "MIT",
"author": "db",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}