chore: add package.json with deploy script

Fix npm run deploy using parent package.json due to missing local package.json.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
posimai 2026-04-17 11:21:39 +09:00
parent 8950fe393e
commit 956bee3435
1 changed files with 8 additions and 0 deletions

8
package.json Normal file
View File

@ -0,0 +1,8 @@
{
"name": "posimai-store",
"version": "1.0.0",
"private": true,
"scripts": {
"deploy": "git push gitea main && git push github main"
}
}