KV-store backed Express 5 app for tracking electronic components, their arbitrary fields, and inventory locations (physical, BOM, digital). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 lines
201 B
JSON
13 lines
201 B
JSON
{
|
|
"name": "electronics-inventory",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"engines": { "node": ">=25" },
|
|
"scripts": {
|
|
"start": "node server.mjs"
|
|
},
|
|
"dependencies": {
|
|
"express": "^5.2.1"
|
|
}
|
|
}
|