mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-18 17:09:47 -05:00
feat: auto-generate manifest
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
"name": "frames-v2-demo",
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"files": ["bin/index.js"],
|
||||
"files": [
|
||||
"bin/index.js"
|
||||
],
|
||||
"keywords": [
|
||||
"farcaster",
|
||||
"frames",
|
||||
@@ -12,13 +14,13 @@
|
||||
"web3"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"dev": "lt --port 3000 & next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"bin": {
|
||||
"testing-frames-v2-quickstart": "./bin/index.js"
|
||||
"test-frames-v2-quickstart": "./bin/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@farcaster/auth-kit": "^0.6.0",
|
||||
@@ -32,6 +34,7 @@
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"inquirer": "^12.4.3",
|
||||
"localtunnel": "^2.0.2",
|
||||
"lucide-react": "^0.469.0",
|
||||
"next": "15.0.3",
|
||||
"next-auth": "^4.24.11",
|
||||
|
||||
Reference in New Issue
Block a user