-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.23 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
{
"name": "haritorax-interpreter",
"version": "3.2.3",
"homepage": "https://github.com/JovannMC/haritorax-interpreter",
"repository": {
"type": "git",
"url": "git+https://github.com/JovannMC/haritorax-interpreter.git"
},
"bugs": {
"url": "https://github.com/JovannMC/haritorax-interpreter/issues",
"email": "contact@femboyfurry.net"
},
"description": "Communicate with the HaritoraX trackers",
"main": "./dist/index.js",
"scripts": {
"start": "npm run build && node ./test/test.js",
"build": "tsc && tsc -d"
},
"author": "JovannMC <jovannmc@femboyfurry.net> (https://femboyfurry.net)",
"license": "MIT",
"keywords": [
"haritora",
"haritorax",
"shiftall",
"gx6",
"gx2",
"bluetooth",
"interpreter"
],
"dependencies": {
"@abandonware/noble": "^1.9.2-25",
"@serialport/bindings-cpp": "^12.0.1",
"@serialport/parser-readline": "^12.0.0",
"@serialport/stream": "^12.0.0",
"node-ble": "^1.12.0"
},
"devDependencies": {
"eslint": "^9.17.0",
"node-gyp-build": "^4.8.4",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
}