summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authoryyamashita <yyamashita@mosquit.one>2026-05-09 11:21:28 +0900
committeryyamashita <yyamashita@mosquit.one>2026-05-09 11:21:28 +0900
commitcd8787b77dadf752826a967d404b718b3ec92601 (patch)
treea1e5471ba59404caf5c3c7684a4cfc08027a5a4b /package.json
parent08c410c28eeb3d7a4c41014d8926b765441546c4 (diff)
Add JSON API endpoints and CLI script for band/artist management
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index e153c04..fefa788 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,8 @@
"build": "react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
- "typecheck": "react-router typegen && tsc"
+ "typecheck": "react-router typegen && tsc",
+ "add": "tsx scripts/add.ts"
},
"dependencies": {
"@react-router/node": "^7.3.0",