{ "name": "kitsucafe-redux", "version": "1.0.0", "main": "index.js", "scripts": { "copy:static": "ln -sfn $(realpath static) dist/static 2>/dev/null", "build": "roxy_cli content dist && npm run copy:static", "watch": "./watch", "serve": "wrangler pages dev --live-reload", "dev": "parallel -u -j3 \"npm run\" ::: build watch serve", "deploy": "wrangler pages deploy --project-name kitsunecafe" }, "keywords": [], "author": "", "license": "ISC", "description": "", "devDependencies": { "wrangler": "^3.91.0" } }