{
  "name": "@plone/create-volto-app",
  "description": "Create Volto App",
  "homepage": "https://www.npmjs.com/package/@plone/create-volto-app",
  "maintainers": [
    {
      "name": "Plone Foundation",
      "email": "plone-developers@lists.sourceforge.net",
      "url": "http://plone.org"
    }
  ],
  "license": "MIT",
  "version": "8.0.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/plone/create-volto-app.git"
  },
  "bugs": {
    "url": "https://github.com/plone/create-volto-app/issues",
    "email": "plone-developers@lists.sourceforge.net"
  },
  "keywords": [
    "react",
    "plone",
    "volto",
    "webpack",
    "ssr",
    "universal",
    "isomorphic",
    "pastanaga"
  ],
  "main": "index.js",
  "bin": {
    "create-volto-app": "./bin/create-volto-app.js"
  },
  "scripts": {
    "cypress:run": "CYPRESS_API=plone cypress run",
    "cypress:run:guillotina": "CYPRESS_API=guillotina cypress run",
    "cy:install": "cypress install",
    "cy:test:fixture:setup": "node cypress/support/reset-fixture.js",
    "cy:test:fixture:teardown": "node cypress/support/reset-fixture.js teardown",
    "ci:start-api-plone": "make test-acceptance-server",
    "ci:start-api-guillotina": "make test-acceptance-guillotina",
    "ci:start-frontend": "cd my-volto-app && RAZZLE_API_PATH=http://localhost:55001/plone yarn build && start-test start:prod http://localhost:3000 'cd .. && yarn cypress:run'",
    "ci:start-frontend-guillotina": "cd my-volto-app && RAZZLE_API_PATH=http://localhost:8081/db/container yarn build && start-test start:prod http://localhost:3000 'cd .. && yarn cypress:run:guillotina'",
    "ci:cypress:run": "start-test ci:start-api-plone http-get://localhost:55001/plone ci:start-frontend",
    "ci:cypress:run:guillotina": "start-test ci:start-api-guillotina http-get://localhost:8081 ci:start-frontend-guillotina",
    "dry-release": "release-it --dry-run",
    "release": "release-it",
    "release-alpha": "release-it major --preRelease=alpha"
  },
  "prettier": {
    "trailingComma": "all",
    "singleQuote": true
  },
  "release-it": {
    "hooks": {
      "after:bump": "node changelogupdater.js bump ${version}",
      "after:release": "node changelogupdater.js back ${version} && git add . && git commit -am 'Back to development' && git push"
    },
    "git": {
      "changelog": "node changelogupdater.js excerpt",
      "requireUpstream": false,
      "requireCleanWorkingDir": false
    },
    "github": {
      "release": true,
      "releaseName": "${version}",
      "releaseNotes": "node changelogupdater.js excerpt"
    }
  },
  "engines": {
    "node": "^10 || ^12 || ^14"
  },
  "dependencies": {
    "ansi-escapes": "2.0.0",
    "chalk": "1.1.3",
    "commander": "2.9.0",
    "cross-spawn": "5.1.0",
    "execa": "0.6.3",
    "fs-extra": "3.0.0",
    "mkdirp-then": "1.2.0",
    "ms": "1.0.0",
    "mz": "2.6.0",
    "ora": "1.2.0",
    "promise": "7.1.1"
  },
  "devDependencies": {
    "release-it": "^12.4.3"
  }
}
