{
  "name": "scratch-translate-extension-languages",
  "version": "1.0.7",
  "description": "Languages used by the Scratch 3.0 Translate extension",
  "main": "languages.json",
  "scripts": {
    "build": "node index.js > languages.json",
    "prepare": "husky install",
    "test": "npm run test:lint && npm run test:tap && npm run build",
    "test:coverage": "tap test/integration/*.js --coverage --coverage-report=lcov",
    "test:lint": "eslint .",
    "test:tap": "tap ./test/integration/*.js"
  },
  "author": "Massachusetts Institute of Technology",
  "license": "BSD-3-Clause",
  "homepage": "https://github.com/scratchfoundation/scratch-translate-extension-languages#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/scratchfoundation/scratch-translate-extension-languages.git"
  },
  "devDependencies": {
    "@commitlint/cli": "18.6.1",
    "@commitlint/config-conventional": "18.6.3",
    "@google-cloud/translate": "1.1.0",
    "async": "3.2.6",
    "babel-eslint": "8.2.6",
    "eslint": "8.57.0",
    "eslint-config-scratch": "9.0.8",
    "husky": "8.0.3",
    "nock": "10.0.6",
    "scratch-l10n": "3.1.20190328114324",
    "scratch-semantic-release-config": "1.0.16",
    "semantic-release": "19.0.5",
    "tap": "12.7.0"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  }
}
