{
  "name": "scratch-l10n",
  "version": "3.18.9",
  "description": "Localization for the Scratch 3.0 components",
  "main": "./dist/l10n.js",
  "browser": "./src/index.js",
  "bin": {
    "build-i18n-src": "./scripts/build-i18n-src.js",
    "tx-push-src": "./scripts/tx-push-src.js"
  },
  "scripts": {
    "build": "npm run clean && npm run build:data && webpack --progress --colors --bail",
    "build:data": "babel-node scripts/build-data",
    "clean": "rimraf ./dist ./locales && mkdirp dist locales",
    "lint": "npm run lint:js && npm run lint:json",
    "lint:js": "eslint . --ext .js",
    "lint:json": "jshint -e .json www editor/blocks editor/extensions editor/interface editor/paint-editor",
    "prepare": "husky install",
    "pull:blocks": "babel-node scripts/tx-pull-editor scratch-editor blocks ./editor/blocks/",
    "pull:editor": "npm run pull:blocks && npm run pull:extensions && npm run pull:paint && npm run pull:interface",
    "pull:extensions": "babel-node scripts/tx-pull-editor scratch-editor extensions ./editor/extensions/",
    "pull:help": "npm run pull:help:names && npm run pull:help:articles",
    "pull:help:articles": "./scripts/tx-pull-help-articles.js",
    "pull:help:names": "./scripts/tx-pull-help-names.js",
    "pull:interface": "babel-node scripts/tx-pull-editor scratch-editor interface ./editor/interface/",
    "pull:paint": "babel-node scripts/tx-pull-editor scratch-editor paint-editor ./editor/paint-editor/",
    "pull:www": "babel-node scripts/tx-pull-www ./www",
    "push:help": "./scripts/tx-push-help.js",
    "sync:help": "npm run push:help && npm run pull:help",
    "test": "npm run lint:js && npm run validate:editor && npm run validate:www && npm run build && npm run lint:json",
    "update": "scripts/update-translations.sh",
    "validate:blocks": "babel-node scripts/validate-translations ./editor/blocks/",
    "validate:editor": "npm run validate:blocks && npm run validate:extensions && npm run validate:interface && npm run validate:paint",
    "validate:extensions": "babel-node scripts/validate-translations ./editor/extensions/ && babel-node scripts/validate-extension-inputs",
    "validate:interface": "babel-node scripts/validate-translations ./editor/interface/",
    "validate:paint": "babel-node scripts/validate-translations ./editor/paint-editor/",
    "validate:www": "babel-node scripts/validate-www ./www"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scratchfoundation/scratch-l10n.git"
  },
  "author": "Massachusetts Institute of Technology",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/LLK/scratch-l10n/issues"
  },
  "homepage": "https://github.com/scratchfoundation/scratch-l10n#readme",
  "dependencies": {
    "@babel/cli": "^7.1.2",
    "@babel/core": "^7.1.2",
    "@transifex/api": "^4.3.0",
    "babel-plugin-react-intl": "^3.0.1",
    "download": "^8.0.0",
    "transifex": "^1.6.6"
  },
  "devDependencies": {
    "@babel/eslint-parser": "7.23.10",
    "@babel/node": "7.23.9",
    "@babel/plugin-proposal-object-rest-spread": "7.20.7",
    "@babel/plugin-syntax-dynamic-import": "7.8.3",
    "@babel/plugin-transform-async-to-generator": "7.23.3",
    "@babel/preset-env": "7.23.9",
    "@babel/preset-react": "7.23.3",
    "@commitlint/cli": "18.6.1",
    "@commitlint/config-conventional": "18.6.2",
    "async": "3.2.5",
    "babel-eslint": "10.1.0",
    "babel-loader": "8.3.0",
    "eslint": "8.56.0",
    "eslint-config-scratch": "9.0.4",
    "eslint-plugin-import": "2.29.1",
    "eslint-plugin-react": "7.33.2",
    "format-message-cli": "6.2.4",
    "format-message-parse": "6.2.4",
    "glob": "7.2.3",
    "husky": "8.0.3",
    "jshint": "2.13.6",
    "json": "^9.0.6",
    "jsonlint": "1.6.3",
    "lodash.defaultsdeep": "4.6.1",
    "mkdirp": "0.5.1",
    "node-fetch": "2.7.0",
    "p-limit": "2.3.0",
    "p-queue": "3.2.0",
    "rimraf": "2.7.1",
    "scratch-semantic-release-config": "1.0.8",
    "semantic-release": "19.0.5",
    "webpack": "4.47.0",
    "webpack-cli": "3.3.12"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  }
}