{
  "name": "@dojo/i18n",
  "version": "2.0.0",
  "description": "Dojo 2 Internationalization",
  "homepage": "https://dojo.io",
  "bugs": {
    "url": "https://github.com/dojo/i18n/issues"
  },
  "license": "BSD-3-Clause",
  "main": "main.js",
  "engines": {
    "npm": ">=3.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dojo/i18n.git"
  },
  "peerDependencies": {
    "@dojo/core": "^2.0.0",
    "@dojo/has": "^2.0.0",
    "@dojo/shim": "^2.0.0"
  },
  "dependencies": {
    "globalize": "1.3.0",
    "tslib": "~1.8.1"
  },
  "devDependencies": {
    "@dojo/loader": "^2.0.0",
    "@types/glob": "~5.0.0",
    "@types/grunt": "~0.4.0",
    "@types/node": "~9.6.5",
    "@types/sinon": "^1.16.31",
    "cldr-data": "~32.0.0",
    "grunt": "^1.0.1",
    "grunt-dojo2": "latest",
    "grunt-tslint": "5.0.1",
    "husky": "0.14.3",
    "intern": "~4.1.0",
    "lint-staged": "6.0.0",
    "prettier": "1.9.2",
    "sinon": "^1.17.6",
    "tslint": "5.2.0",
    "typescript": "~2.6.1"
  },
  "lint-staged": {
    "*.{ts,tsx}": [
      "prettier --write",
      "git add"
    ]
  },
  "prettier": {
    "singleQuote": true,
    "tabWidth": 4,
    "useTabs": true,
    "parser": "typescript",
    "printWidth": 120,
    "arrowParens": "always"
  }
}
