From 8d76d84c85423d284cf2a08b98a0c639ca8d9680 Mon Sep 17 00:00:00 2001 From: Utkarsh Verma Date: Fri, 29 Apr 2022 10:24:58 +0530 Subject: [PATCH] npm test --- package.json | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 254d2c2..f5d492c 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,17 @@ { - "name": "video-frames", - "version": "0.1.0", - "private": false, - "description": "Client side video frames extraction as base64 encoded images", - "author": "Utkarsh Verma", - "keywords": ["video", "frame", "client-side", "base64"], - "main": "index.js", - "license": "MIT" + "name": "video-frames", + "version": "0.1.1", + "private": false, + "description": "Client side video frames extraction as base64 encoded images", + "author": "Utkarsh Verma", + "keywords": ["video", "frame", "client-side", "base64"], + "main": "index.js", + "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/n3r4zzurr0/video-frames.git" + }, + "scripts": { + "test": "standard" + } }