mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 00:05:36 +02:00
22 lines
543 B
JSON
22 lines
543 B
JSON
{
|
|
"name": "play-standalone",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"build:cap": "astro build && npx cap copy",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"sync:android": "npm run build && npx cap sync android"
|
|
},
|
|
"dependencies": {
|
|
"@capacitor/android": "^7.4.3",
|
|
"@capacitor/cli": "^7.4.3",
|
|
"@capacitor/core": "^7.4.3",
|
|
"@capacitor/ios": "^7.4.3",
|
|
"@astrojs/node": "9.5.0",
|
|
"@nestri/input": "*",
|
|
"astro": "5.15.1"
|
|
}
|
|
} |