-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 864 Bytes
/
package.json
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
35
36
{
"name": "@manekinekko/cafy-notion",
"version": "1.0.0",
"description": "Control your coffee machine using your brain thanks to the Notion headset",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [
"coffee-machine",
"iot",
"ble",
"nodejs",
"notion",
"bci",
"neurosity",
"mind"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/manekinekko/cafy-notion.git"
},
"bugs": {
"url": "https://github.com/manekinekko/cafy-notion/issues"
},
"homepage": "https://github.com/manekinekko/cafy-notion#readme",
"dependencies": {
"@manekinekko/cafy": "git+https://github.com/manekinekko/cafy.git#1.0.1-alpha.0",
"@neurosity/notion": "^5.1.1",
"dotenv": "^8.2.0",
"ora": "^5.1.0"
},
"devDependencies": {}
}