kitsu.cafe/package.json
2024-12-01 01:26:38 -06:00

18 lines
493 B
JSON

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