-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 903 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 903 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
29
30
31
32
33
34
{
"name": "moon-dunk-simple",
"version": "0.1.0",
"description": "A simpler version of the moon dunk application that should be able to run on its own on a raspberry pi",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dunk": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oneirocosm/moon-dunk-simple.git"
},
"keywords": [
"moonshot",
"dunk",
"streamlabs",
"donation"
],
"author": "oneirocosm",
"license": "MIT",
"bugs": {
"url": "https://github.com/oneirocosm/moon-dunk-simple/issues"
},
"homepage": "https://github.com/oneirocosm/moon-dunk-simple#readme",
"dependencies": {
"currency-converter-lt": "^1.3.1",
"dotenv": "^16.0.1",
"log-to-file": "^3.0.0",
"node-persist": "^3.1.0",
"onoff": "^6.0.3",
"socket.io-client": "2.2.0"
}
}