-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.07 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
{
"name": "attendance-log-tracker",
"version": "1.0.0",
"description": "Attendance Management Software for iOS and Android",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"app:serve": "cd app && ionic serve --browser=\"google chrome\"",
"app:web:serve": "cd app && ionic build --prod && firebase serve",
"web:serve": "cd site && firebase serve",
"build:ios": "cd app && ionic capacitor build ios",
"build:android": "cd app && ionic capacitor build android",
"app:deploy": "cd app && ionic build --prod && npm run deploy:web",
"web:deploy": "cd site && firebase deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bandito11/Attendance-Log-Tracker.git"
},
"keywords": [
"app",
"attendance",
"software",
"app",
"mobile",
"desktop"
],
"author": "Esteban Morales",
"license": "ISC",
"bugs": {
"url": "https://github.com/Bandito11/Attendance-Log-Tracker/issues"
},
"homepage": "https://github.com/Bandito11/Attendance-Log-Tracker#readme"
}