{
  "name": "@squarespace/server",
  "version": "1.10.3",
  "description": "Squarespace Local Development Server",
  "scripts": {
    "accept": "node scripts/accept.js LICENSE.txt",
    "preinstall": "npm run accept && node scripts/execif.js --exists=build npm run copyrunscript",
    "copyrunscript": "node scripts/copyfile.js build/distributions/local-developer/bin/run.bat darwin:build/distributions/local-developer/bin/osx-local-developer win32:build/distributions/local-developer/bin/win-local-developer.bat linux:build/distributions/local-developer/bin/linux-local-developer build/distributions/local-developer/bin/local-developer",
    "postinstall": "node scripts/execif.js --exists=build npm run bundle && npm run cleanupscript",
    "bundle": "node scripts/bundlejre.js --accept --clear -tz -j 11 -o build/distributions/runtimes/jre",
    "cleanupscript": "node scripts/execif.js --os=win32 --exists=build node scripts/vetolines.js build/distributions/local-developer/bin/run.bat #!",
    "prepublish": "npm run build",
    "build": "node scripts/assertall.js --notos=win32 && scripts/build.sh && npm run patch",
    "patch": "npm run patch:osx && npm run patch:win && npm run patch:linux",
    "patch:linux": "node scripts/regexpatch.js build/distributions/local-developer/bin/local-developer -c scripts/resources/linux-patch.json -o build/distributions/local-developer/bin/linux-local-developer",
    "patch:osx": "node scripts/regexpatch.js build/distributions/local-developer/bin/local-developer -c scripts/resources/osx-patch.json -o build/distributions/local-developer/bin/osx-local-developer",
    "patch:win": "node scripts/regexpatch.js build/distributions/local-developer/bin/local-developer.bat -c scripts/resources/win-patch.json -o build/distributions/local-developer/bin/win-local-developer.bat",
    "autopublish": "scripts/autopublish.sh"
  },
  "files": [
    "build/distributions/local-developer",
    "scripts"
  ],
  "bin": {
    "squarespace-server": "build/distributions/local-developer/bin/run.bat"
  },
  "author": "Squarespace, Inc.",
  "license": "SEE LICENSE IN LICENSE.txt",
  "dependencies": {
    "commander": "^2.9.0",
    "got": "^11.8.6",
    "lodash": "^4.17.21",
    "mkdirp": "^0.5.1",
    "rimraf": "^2.5.2",
    "tar-fs": "^1.13.0",
    "tough-cookie": "^4.1.4"
  },
  "preferGlobal": true
}
