feat(0.1.0)
This commit is contained in:
15
package.json
Normal file
15
package.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "@sek1ro/i2c-lcd",
|
||||
"version": "0.1.0",
|
||||
"description": "wrapper for i2c lcd",
|
||||
"license": "LGPL-3.0-only",
|
||||
"author": "Vlad Litvinov <vlad@sek1.ro>",
|
||||
"type": "module",
|
||||
"main": "index.mjs",
|
||||
"dependencies": {
|
||||
"i2c-bus": "^5.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"esbuild": "^0.25.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user