kitsu.cafe/package.json

20 lines
532 B
JSON
Raw Normal View History

2024-10-18 04:06:03 +02:00
{
"name": "kitsucafe-redux",
"version": "1.0.0",
"main": "index.js",
"scripts": {
2024-12-01 08:46:29 +01:00
"copy:static": "ln -sfn $(realpath static) dist/static 2>/dev/null",
"build": "roxy_cli content dist && npm run copy:static",
2024-12-01 08:26:38 +01:00
"watch": "./dev",
"dev": "npm run build && npm run watch & wrangler pages dev --live-reload && fg",
2024-12-01 08:46:29 +01:00
"deploy": "wrangler pages deploy --project-name kitsunecafe"
2024-10-18 04:06:03 +02:00
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
2024-12-01 08:09:56 +01:00
"wrangler": "^3.91.0"
2024-10-18 04:06:03 +02:00
}
}