posimai-root/_template-minimal/package.json

10 lines
196 B
JSON
Raw Normal View History

{
"name": "APP_ID",
"version": "1.0.0",
"description": "APP_DESCRIPTION",
"private": true,
"scripts": {
"deploy": "git push gitea main && git push github main"
}
}