LarpixClient/package.json
olcxja 95aaaa69ea
All checks were successful
Android Build / publish (push) Successful in 57s
Linux Build / publish (push) Successful in 53s
big updat:
- update dependencies
- add webp support and webp conversion for profile images
2026-07-02 22:40:46 +02:00

25 lines
638 B
JSON

{
"name": "olcxja.miarven",
"version": "1.0.0",
"description": "Larpix client",
"license": "AGPL-3.0",
"author": "olcxja's softworks",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@capacitor-community/electron": "^5.0.1",
"@capacitor/android": "^8.3.1",
"@capacitor/app": "^8.1.0",
"@capacitor/cli": "^8.3.1",
"@capacitor/core": "^8.3.2",
"@capacitor/status-bar": "^8.0.2",
"gifuct-js": "^2.1.2",
"super-image-cropper": "^1.0.27"
},
"devDependencies": {
"@capacitor/assets": "^3.0.5"
}
}