{ "name": "toadstooltally", "version": "1.0.0", "description": "PWA-friendly, cottagecore row counter for crochet/knitting projects. Manage projects and parts, set max stitches, lock/finish, and enjoy a themed experience with install support and offline caching.", "main": "sw.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev-frontend": "node live-server.js", "dev": "cd server && npm install && cd .. && concurrently \"npm:dev-frontend\" \"cd server && npm run dev\"" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "concurrently": "^9.2.1", "live-server": "^1.2.2" } }