-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1015 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 1015 Bytes
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
{
"name": "gluconnect",
"version": "1.0.0",
"exports": "./index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "deno -A npm:esbuild web/app/glucometers/redbone.js --bundle --outfile=web/app/glucometers/dist/bundle.js --platform=browser --format=esm",
"run": "deno -A index.ts",
"capacitorize": "deno -A npm:@capacitor/cli sync"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@capacitor-community/bluetooth-le": "^7.0.0",
"@capacitor/android": "^7.2.0",
"@capacitor/core": "^7.2.0",
"@capacitor/ios": "^7.2.0",
"@types/node": "^22.13.10",
"body-parser": "^1.20.3",
"cookie": "^1.0.2",
"cookie-parser": "^1.4.7",
"cookie-signature": "^1.2.2",
"cors": "^2.8.5",
"depd": "^2.0.0",
"express": "^4.21.2",
"express-session": "^1.18.1",
"tsc": "^2.0.4",
"typescript": "^5.6.3"
},
"devDependencies": {
"@capacitor/cli": "^7.2.0",
"esbuild": "^0.25.2"
}
}