{ "name": "moneydevkit-nextjs-workspace", "private": true, "version": "0.0.0", "description": "Workspace for Money Dev Kit web packages.", "workspaces": [ "packages/*" ], "scripts": { "build": "npm run build --workspaces", "build:agent": "node scripts/build-agent.mjs", "build:clean": "node scripts/build-agent.mjs --clean", "build:full": "node scripts/build-agent.mjs --clean --typecheck --test", "test": "npm run test --workspaces --if-present", "lint": "npm run lint --workspaces --if-present", "clean": "npm run clean --workspaces --if-present", "typecheck": "npm run build --workspace=packages/core && npm run typecheck --workspaces --if-present", "cypress:run": "cypress run --spec cypress/e2e/vercel-demo.cy.ts", "test:e2e": "concurrently -k -s first \"npm run dev --prefix examples/mdk-nextjs-demo -- --hostname 0.0.0.0 --port 3010\" \"wait-on http://localhost:3010 && CYPRESS_BASE_URL=http://localhost:3010 cypress run --spec cypress/e2e/checkout.cy.ts\"" }, "optionalDependencies": { "@moneydevkit/lightning-js-linux-arm64-gnu": "^0.1.60", "@moneydevkit/lightning-js-linux-x64-gnu": "^0.1.60" }, "devDependencies": { "concurrently": "^9.1.2", "cypress": "14.5.4", "wait-on": "^8.0.2" } }