-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.21 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.21 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
{
"scripts": {
"start": "servor www --reload",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@capacitor-community/bluetooth-le": "^7.2.0",
"@capacitor/android": "^7.4.4",
"@capacitor/cli": "^7.4.4",
"@capacitor/core": "^7.4.4",
"canvas": "^3.2.0",
"capacitor-thermal-printer": "^0.2.5",
"cordova-plugin-android-permissions": "^1.1.5",
"cordova-plugin-bluetooth-serial": "^0.4.7",
"escpos-buffer": "^4.1.0",
"firebase": "^12.6.0",
"servor": "^4.0.2"
},
"devDependencies": {
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"babel-jest": "^29.7.0"
},
"name": "aadhatmanagementapp",
"version": "1.0.0",
"description": "Aadhat Billing Management App",
"main": "www/js/main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/DDancingDeath/AadhatManagementApp.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DDancingDeath/AadhatManagementApp/issues"
},
"homepage": "https://github.com/DDancingDeath/AadhatManagementApp#readme"
}