{ "name": "@neynar/create-farcaster-mini-app", "version": "1.5.3", "type": "module", "private": false, "access": "public", "exports": { ".": { "types": "./index.d.ts", "import": "./bin/init.js" } }, "types": "./index.d.ts", "files": [ "bin/index.js", "bin/init.js", "index.d.ts" ], "keywords": [ "farcaster", "frames", "frame", "frames-v2", "farcaster-frames", "miniapps", "miniapp", "mini-apps", "mini-app", "neynar", "web3" ], "scripts": { "dev": "node scripts/dev.js", "build": "node scripts/build.js", "build:raw": "next build", "start": "next start", "lint": "next lint", "lint:fix": "next lint --fix", "lint:check": "next lint --max-warnings 0", "format": "prettier --write .", "format:check": "prettier --check .", "format:fix": "prettier --write . && eslint --fix . --max-warnings 50", "type-check": "tsc --noEmit", "type-check:dev": "tsc --project tsconfig.dev.json --noEmit", "check": "npm run type-check && npm run lint:check && npm run format:check", "check:dev": "npm run type-check:dev && npm run lint:check && npm run format:check", "prepare": "echo 'Skipping prepare script temporarily'", "deploy:vercel": "node scripts/deploy.js", "deploy:raw": "vercel --prod", "cleanup": "node scripts/cleanup.js" }, "bin": { "@neynar/create-farcaster-mini-app": "./bin/index.js" }, "dependencies": { "dotenv": "^16.4.7", "inquirer": "^12.4.3", "viem": "^2.23.6" }, "devDependencies": { "@neynar/nodejs-sdk": "^2.19.0", "@types/node": "^22.13.10", "@typescript-eslint/eslint-plugin": "^8.35.1", "@typescript-eslint/parser": "^8.35.1", "eslint": "^8.57.0", "eslint-config-next": "^15.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.32.0", "eslint-plugin-prettier": "^5.2.1", "prettier": "^3.3.3", "typescript": "^5.6.3" } }