-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 777 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 777 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
{
"name": "debate-timer-capacitor",
"version": "2.1.0",
"description": "Debate Timer for Android (Capacitor)",
"main": "index.html",
"scripts": {
"start": "npx cap run android",
"sync": "npx cap sync",
"build": "npx cap build android",
"dist": "npx cap build android"
},
"keywords": [
"capacitor",
"debate",
"timer",
"android"
],
"author": "Chen Yu",
"license": "GPL-3.0",
"dependencies": {
"@capacitor/android": "^8.4.0",
"@capacitor/core": "^8.4.0",
"@capacitor/filesystem": "^8.1.0",
"@capacitor/preferences": "^8.0.0",
"@capacitor/screen-orientation": "^8.0.0",
"@capacitor/share": "^8.0.0",
"@capacitor/status-bar": "^8.0.0"
},
"devDependencies": {
"@capacitor/cli": "^8.4.0"
}
}