android-twa/package.json
2024-10-20 22:38:34 +00:00

15 lines
330 B
JSON

{
"dependencies": {
"bubblewrap": "^0.2.0"
},
"name": "next-android",
"version": "1.0.0",
"description": "Android TWA",
"repository": "https://github.com/avanpost200/android-twa",
"author": "Avanpost",
"license": "MIT",
"scripts": {
"build": "bubblewrap build",
"install": "bubblewrap install"
}
}