feat: add npm package for releasing the code
parent
d3391047d6
commit
bb1c37b910
|
|
@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -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"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue