kitsu.cafe/package.json

24 lines
661 B
JSON
Raw Normal View History

2024-10-18 04:06:03 +02:00
{
"name": "kitsucafe-redux",
"version": "1.0.0",
2024-12-05 07:51:24 +01:00
"config": {
"content": "content",
"dist": "dist"
},
2024-10-18 04:06:03 +02:00
"scripts": {
2024-12-05 07:51:24 +01:00
"copy:static": "ln -sfn $(realpath static) ${npm_package_config_dist}/static 2>/dev/null",
"build": "roxy $npm_package_config_content $npm_package_config_dist && npm run copy:static",
2024-12-03 22:15:45 +01:00
"watch": "./watch",
"serve": "wrangler pages dev --live-reload",
"dev": "parallel -u -j3 \"npm run\" ::: build watch serve",
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
}
}