18 lines
410 B
JSON
18 lines
410 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|