{ "name": "apparel-designer", "version": "1.0.0", "description": "T-shirt customization editor with background removal, stickers, text, and export", "private": true, "type": "module", "scripts": { "postinstall": "cd client && npm install && cd ../server && npm install", "dev": "concurrently \"npm run dev:client\" \"npm run dev:server\"", "dev:client": "cd client && npm run dev", "dev:server": "cd server && npm run dev", "build": "cd client && npm run build", "start": "node server/index.js" }, "devDependencies": { "concurrently": "^8.2.0" } }