forked from BreeeZe/rpos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.15 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
45
46
47
48
49
50
51
52
{
"name": "rpos",
"version": "2.1.0",
"description": "rpos",
"main": "rpos.js",
"license": "MIT",
"author": {
"name": "Jeroen Versteege",
"email": "jeroen@versteege.com"
},
"contributors": [
{
"name": "Roger Hardiman"
},
{
"name": "Quedale"
}
],
"repository": {
"type": "git",
"url": "https://github.com/Quedale/rpos"
},
"dependencies": {
"body-parser": "1.20.2",
"cli-color": "2.0.4",
"express": "^4.19.2",
"ip": "^2.0.1",
"macos-release": "~3.2.0",
"node-pelcod": "^0.3.0",
"uuid": "10.0.0",
"pan-tilt-hat": "^1.2.1",
"rpi-version": "^1.4.3",
"serialport": "^12.0.0",
"soap": "^1.0.4",
"tenx-usb-missile-launcher-driver": "^0.2.0",
"xml2js": "0.6.2"
},
"devDependencies": {
"@types/body-parser": "^1.19.5",
"@types/cli-color": "^2.0.6",
"@types/express": "^4.17.21",
"@types/node": "^20.14.9",
"@types/uuid": "10.0.0",
"@types/xml2js": "^0.4.14",
"gulp": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-zip": "^6.0.0",
"typescript": "^5.5.2"
}
}