-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.26 KB
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
{
"name": "decktap",
"version": "1.0.0",
"description": "📡 DeckTap is a lightweight local-network remote for controlling presentations. Use your phone to wirelessly control PowerPoint, Keynote, PDF slideshows — no app installation needed.",
"homepage": "https://github.com/Rico00121/decktap#readme",
"bugs": {
"url": "https://github.com/Rico00121/decktap/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rico00121/decktap.git"
},
"author": "Rico",
"type": "commonjs",
"main": "client/lan.js",
"scripts": {
"start": "node client/lan.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@aws-sdk/client-apigatewaymanagementapi": "^3.812.0",
"@aws-sdk/client-dynamodb": "^3.812.0",
"@aws-sdk/lib-dynamodb": "^3.812.0",
"@nut-tree/nut-js": "^3.1.2",
"express": "^5.1.0",
"http-proxy-middleware": "^3.0.5",
"qrcode-terminal": "^0.12.0",
"ws": "^8.18.1"
},
"devDependencies": {
"pkg": "^5.8.1",
"serverless-finch": "^4.0.4"
},
"pkg": {
"assets": [
"controller/public/**/*"
],
"targets": [
"node18-macos-x64",
"node18-win-x64",
"node18-linux-x64"
],
"outputPath": "dist"
},
"bin": "client/lan.js"
}