kitsu.cafe/package.json
2024-12-01 01:46:29 -06:00

19 lines
532 B
JSON

{
"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": "./dev",
"dev": "npm run build && npm run watch & wrangler pages dev --live-reload && fg",
"deploy": "wrangler pages deploy --project-name kitsunecafe"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"wrangler": "^3.91.0"
}
}