kitsu.cafe/package.json
2025-10-05 03:16:58 -04:00

23 lines
604 B
JSON

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