2025-03-21 11:13:33 -06:00
|
|
|
{
|
|
|
|
|
"name": "pictureframe",
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"description": "NodeJS app for working with the inky impression picture frame",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"author": "Jason Williams",
|
|
|
|
|
"type": "commonjs",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "node index.js",
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@aeroniemi/inky": "^0.2.0",
|
2025-05-16 14:12:22 -06:00
|
|
|
"mqtt": "^5.13.0",
|
2025-04-03 09:22:53 -06:00
|
|
|
"node-schedule": "^2.1.1",
|
|
|
|
|
"rclone.js": "^0.6.6",
|
2025-03-21 11:13:33 -06:00
|
|
|
"sharp": "^0.33.5"
|
|
|
|
|
}
|
|
|
|
|
}
|