feat: add npm package for releasing the code

stable
Tej Sharma 2025-07-11 18:58:39 +05:30
parent d3391047d6
commit bb1c37b910
2 changed files with 31 additions and 0 deletions

13
package-lock.json generated Normal file
View File

@ -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"
}
}
}

18
package.json Normal file
View File

@ -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"
}