mushroomlamp/package.json

18 lines
410 B
JSON
Raw Permalink Normal View History

2024-12-08 09:29:28 -08:00
{
"name": "mushroomlamp",
"version": "1.0.0",
"description": "Node JS web interface that runs on a rapberry pi v2 and controls an array of neo pixels.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"fastify": "^5.1.0",
"sqlite3": "^5.1.7",
"vite": "^6.0.3"
}
}