15 lines
330 B
JSON
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"
|
|
}
|
|
}
|