UNO/package.json
2023-05-10 19:08:29 +03:00

15 lines
257 B
JSON

{
"name": "hello123",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"serialport": "^11.0.0"
}
}