-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 664 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "PiPortfolioDaemon",
"version": "1.0.0",
"description": "Watches a directory, uploads its content to the Atari Portfolio, and deletes the files.",
"main": "index.mjs",
"type": "commonjs",
"scripts": {
"start": "node server.js"
},
"keywords": [
"atari",
"portfolio",
"file",
"upload"
],
"author": "LH",
"license": "ISC",
"dependencies": {
"chokidar": "^3.5.3",
"express": "^4.18.2",
"multer": "^1.4.5-lts.1",
"ws": "^8.2.3"
},
"bugs": {
"url": "https://github.com/LennartHennigs/PiPortfolioDaemon/issues"
},
"homepage": "https://github.com/LennartHennigs/PiPortfolioDaemon#readme"
}