systeminfo
This commit is contained in:
21
package.json
21
package.json
@ -1,15 +1,16 @@
|
||||
{
|
||||
"name": "@sek1ro/i2c-lcd",
|
||||
"version": "0.1.0",
|
||||
"description": "wrapper for i2c lcd",
|
||||
"license": "LGPL-3.0-only",
|
||||
"author": "Vlad Litvinov <vlad@sek1.ro>",
|
||||
"name": "i2c-lcd",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"license": "ISC",
|
||||
"author": "",
|
||||
"type": "module",
|
||||
"main": "index.mjs",
|
||||
"dependencies": {
|
||||
"i2c-bus": "^5.2.3"
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"esbuild": "^0.25.5"
|
||||
"dependencies": {
|
||||
"@sek1ro/i2c-lcd": "^0.1.0",
|
||||
"systeminformation": "^5.27.7"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user