{
  "name": "clipcc-block",
  "version": "3.1.8",
  "description": "Blocks for Clip CC",
  "author": "Clip Team",
  "license": "Apache-2.0",
  "homepage": "https://github.com/clipteam/clipcc-block",
  "repository": {
    "type": "git",
    "url": "https://github.com/clipteam/clipcc-block.git"
  },
  "main": "./dist/vertical.js",
  "browser": "./shim/vertical.js",
  "scripts": {
    "deploy": "rimraf gh-pages/closure-library/scripts/ci/CloseAdobeDialog.exe && gh-pages -t -d gh-pages -m \"Build for $(git log --pretty=format:%H -n1)\"",
    "build": "python build.py && webpack --hide-modules",
    "build:debug": "python build.py --debug && webpack --hide-modules",
    "dist": "python build.py production && webpack --mode=production --progress",
    "test:unit": "node tests/jsunit/test_runner.js",
    "test:lint": "eslint .",
    "test:messages": "yarn run i18n && node i18n/test_scratch_msgs.js",
    "test": "yarn run test:lint && yarn run test:messages && yarn run test:unit",
    "version": "json -f package.json -I -e \"this.repository.sha = '$(git log -n1 --pretty=format:%H)'\"",
    "i18n": "node i18n/js_to_json.js && node i18n/json_to_js.js",
    "i18n:push": "poe-push block msg/json/en.json",
    "i18n:sync:src": "tx-push-src scratch-editor blocks msg/json/en.json",
    "i18n:sync:translations": "node i18n/sync_clipcc_l10n.js",
    "i18n:update": "yarn run i18n:sync:src && yarn run i18n:sync:translations"
  },
  "dependencies": {
    "exports-loader": "0.6.3",
    "imports-loader": "0.6.5",
    "mocha": "^6.2.2",
    "serialize-javascript": "^3.1.0"
  },
  "devDependencies": {
    "async": "2.6.4",
    "chromedriver": "^93.0",
    "clipcc-l10n": "3.1.9",
    "copy-webpack-plugin": "4.5.1",
    "eslint": "^4.16",
    "event-stream": "3.3.4",
    "glob": "^7.1.6",
    "google-closure-compiler": "^20200112.0.0",
    "google-closure-library": "^20200112.0.0",
    "graceful-fs": "4.1.11",
    "json": "10.0.0",
    "rimraf": "2.6.2",
    "selenium-webdriver": "^4.0.0-alpha.1",
    "transifex": "^1.6.6",
    "travis-after-all": "1.4.4",
    "uglifyjs-webpack-plugin": "^1.2.5",
    "webpack": "^4.41.5",
    "webpack-cli": "^3.1.1"
  },
  "optionalDependencies": {
    "google-closure-compiler-js": "^20200112.0.0",
    "google-closure-compiler-linux": "^20200112.0.0",
    "google-closure-compiler-osx": "^20200112.0.0",
    "google-closure-compiler-windows": "^20200112.0.0"
  }
}
