-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
44 lines (44 loc) · 1.05 KB
/
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
37
38
39
40
41
42
43
44
{
"name": "neurosity-macos",
"version": "1.1.0",
"description": "Integrate the Neurosity headset with macOS",
"main": "main.js",
"scripts": {
"start": "electron .",
"dev": "snowpack dev --polyfill-node",
"build": "snowpack build --polyfill-node"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neurosity/neurosity-macos.git"
},
"keywords": [
"macos",
"bci",
"neurosity",
"focus",
"flow",
"calm"
],
"author": "Alex Castillo",
"license": "MIT",
"bugs": {
"url": "https://github.com/neurosity/neurosity-macos/issues"
},
"homepage": "https://github.com/neurosity/neurosity-macos#readme",
"devDependencies": {
"snowpack": "^3.8.8"
},
"dependencies": {
"@magicdawn/ascii-progress": "^1.0.8",
"@neurosity/notion": "^5.6.0",
"@sindresorhus/do-not-disturb": "^1.1.0",
"electron": "^15.3.0",
"electron-is-dev": "^2.0.0",
"electron-store": "^8.0.1",
"htm": "^3.0.4",
"node-html-to-image": "^3.0.1",
"preact": "^10.4.7",
"rxjs": "^6.6.2"
}
}