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