From bb1c37b9107e55207ac03f95312879c83be98387 Mon Sep 17 00:00:00 2001 From: Tej Sharma Date: Fri, 11 Jul 2025 18:58:39 +0530 Subject: [PATCH] feat: add npm package for releasing the code --- package-lock.json | 13 +++++++++++++ package.json | 18 ++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 package-lock.json create mode 100644 package.json diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..4db33ec --- /dev/null +++ b/package-lock.json @@ -0,0 +1,13 @@ +{ + "name": "cantouart_ti", + "version": "1.1.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "cantouart_ti", + "version": "1.1.0", + "license": "ISC" + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..a8b5f51 --- /dev/null +++ b/package.json @@ -0,0 +1,18 @@ +{ + "name": "cantouart_ti", + "version": "1.1.0", + "description": "TI_MCU_firmware", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://gitea.vecmocon.com/Vecmocon_Technologies/cantouart_ti.git" + }, + "keywords": [ + "TI_MCU_FRIMWARE_VIM" + ], + "author": "VIM", + "license": "ISC" +}