{
  "name": "@dojo/interfaces",
  "version": "0.2.1",
  "description": "Common interfaces and types for Dojo 2",
  "homepage": "https://dojo.io",
  "bugs": {
    "url": "https://github.com/dojo/interfaces/issues"
  },
  "license": "BSD-3-Clause",
  "main": "main.js",
  "engines": {
    "npm": ">=3.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dojo/interfaces.git"
  },
  "dependencies": {
    "@types/yargs": "^8.0.2"
  },
  "devDependencies": {
    "@dojo/has": "~0.1.0",
    "@dojo/loader": "~0.1.0",
    "@types/assertion-error": "~1.0.30",
    "@types/glob": "~5.0.30",
    "@types/grunt": "~0.4.0",
    "@types/node": "~6.0.49",
    "assertion-error": "^1.0.2",
    "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",
    "tslint": "5.2.0",
    "tslint-plugin-prettier": "1.3.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"
  }
}
