diff --git a/package.json b/package.json index 7ddf1b6..3e9e008 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,17 @@ { + "name": "pongoos-cmd-sender", + "version": "1.0.0", + "description": "Send command to a device connected and running pongOS.", + "main": "index.js", + "repository": { + "type": "git", + "url": "https://github.com/Yaya48/pongoOS-Controller.git" + }, + "author": "Yaya4", + "license": "ISC", + "bugs": { + "url": "https://github.com/Yaya48/pongoOS-Controller/issues" + }, "dependencies": { "usb": "^1.7.0" }