package.json 521 B

123456789101112131415
  1. {
  2. "name": "wowchemy-test",
  3. "version": "0.0.1",
  4. "description": "Wowchemy Test Build",
  5. "main": "",
  6. "repository": "https://github.com/wowchemy/wowchemy-hugo-themes",
  7. "author": "George Cushen",
  8. "license": "MIT",
  9. "private": true,
  10. "scripts": {
  11. "view": "hugo server --port 8080 --bind 0.0.0.0",
  12. "build": "hugo --minify --cleanDestinationDir --gc --templateMetrics --templateMetricsHints",
  13. "cms": "(trap 'kill 0' SIGINT; npx netlify-cms-proxy-server & hugo server --port 8080 --bind 0.0.0.0)"
  14. }
  15. }