23 lines
661 B
JSON
23 lines
661 B
JSON
{
|
|
"name": "kitsucafe-redux",
|
|
"version": "1.0.0",
|
|
"config": {
|
|
"content": "content",
|
|
"dist": "dist"
|
|
},
|
|
"scripts": {
|
|
"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",
|
|
"watch": "./watch",
|
|
"serve": "wrangler pages dev --live-reload",
|
|
"dev": "parallel -u -j3 \"npm run\" ::: build watch serve",
|
|
"deploy": "wrangler pages deploy --project-name kitsunecafe"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"wrangler": "^3.91.0"
|
|
}
|
|
}
|