mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-18 16:02:57 +00:00
15 lines
235 B
JSON
15 lines
235 B
JSON
{
|
|
"name": "@charachorder/serial-api",
|
|
"version": "1.0.0",
|
|
"type:": "module",
|
|
"exports": {
|
|
".": {
|
|
"import": "./index.js",
|
|
"types": "./types.d.ts"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "5.2.2"
|
|
}
|
|
}
|