{
  "name": "codeful-l10n",
  "description": "Localization for the codeful components",
  "version": "3.8.20200407213553",
  "license": "BSD-3-Clause",
  "main": "./dist/l10n.js",
  "homepage": "https://github.com/LLK/scratch-l10n#readme",
  "author": "Massachusetts Institute of Technology",
  "bin": {
    "build-i18n-src": "scripts/build-i18n-src.js",
    "tx-push-src": "scripts/tx-push-src.js"
  },
  "browser": "./src/index.js",
  "bugs": {
    "url": "https://github.com/LLK/scratch-l10n/issues"
  },
  "dependencies": {
    "@babel/cli": "^7.1.2",
    "@babel/core": "^7.1.2",
    "babel-plugin-react-intl": "^3.0.1",
    "transifex": "1.6.6"
  },
  "devDependencies": {
    "@babel/node": "7.2.2",
    "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
    "@babel/plugin-transform-async-to-generator": "^7.1.0",
    "@babel/preset-env": "^7.1.0",
    "@babel/preset-react": "^7.0.0",
    "async": "2.6.1",
    "babel-eslint": "^10.0.1",
    "babel-loader": "8.0.5",
    "eslint": "^5.0.1",
    "eslint-config-scratch": "^5.0.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-react": "^7.5.1",
    "format-message-cli": "6.2.1",
    "format-message-parse": "6.2.0",
    "glob": "7.1.3",
    "jshint": "2.9.7",
    "json": "^9.0.6",
    "jsonlint": "1.6.3",
    "lodash.defaultsdeep": "4.6.0",
    "mkdirp": "^0.5.1",
    "p-limit": "2.1.0",
    "p-queue": "3.0.0",
    "react-intl": "2.8.0",
    "rimraf": "^2.6.2",
    "webpack": "^4.6.0",
    "webpack-cli": "^3.1.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Asan96/codeful-l10n.git"
  },
  "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",
    "pull:blocks": "babel-node scripts/tx-pull-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-translations scratch-editor extensions ./editor/extensions/",
    "pull:interface": "babel-node scripts/tx-pull-translations scratch-editor interface ./editor/interface/",
    "pull:paint": "babel-node scripts/tx-pull-translations scratch-editor paint-editor ./editor/paint-editor/",
    "pull:www": "babel-node scripts/tx-pull-www ./www",
    "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"
  },
  "keywords": [
    "codeful"
  ]
}
