-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 801 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
{
"name": "echomodlib",
"version": "1.0.4",
"description": "Echo VR Lib for bhaptics feedback",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"lint-fix": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NotBlue-Dev/EchoVR-Lib.git"
},
"author": "NotBlue",
"license": "ISC",
"dependencies": {
"arp": "0.0.3",
"dotenv": "^10.0.0",
"local-devices": "^3.1.0",
"node-fetch": "^2.6.7",
"oui": "^11.0.76",
"ws": "^7.5.3"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.2"
},
"bugs": {
"url": "https://github.com/NotBlue-Dev/EchoVR-Lib/issues"
},
"homepage": "https://github.com/NotBlue-Dev/EchoVR-Lib#readme"
}