Files
i2c-lcd-js/package.json
2025-07-24 23:28:08 +03:00

20 lines
369 B
JSON

{
"name": "i2c-lcd",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@sek1ro/i2c-lcd": "^0.1.0",
"systeminformation": "^5.27.7"
},
"devDependencies": {
"esbuild": "^0.25.8"
}
}