{
  "name": "@dojo/core",
  "version": "2.0.0",
  "description": "Basic utilites for common TypeScript development",
  "engines": {
    "npm": ">=3.0.0"
  },
  "homepage": "https://dojo.io",
  "bugs": {
    "url": "https://github.com/dojo/core/issues"
  },
  "license": "BSD-3-Clause",
  "main": "main.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/dojo/core.git"
  },
  "dependencies": {
    "tslib": "~1.8.1"
  },
  "peerDependencies": {
    "@dojo/has": "^2.0.0",
    "@dojo/shim": "^2.0.0"
  },
  "devDependencies": {
    "@dojo/loader": "^2.0.0",
    "@theintern/leadfoot": "~2.0.2",
    "@types/benchmark": "~1.0.0",
    "@types/chai": "~4.0.0",
    "@types/express": "~4.0.39",
    "@types/glob": "~5.0.0",
    "@types/grunt": "~0.4.0",
    "@types/multer": "~1.3.3",
    "@types/node": "~9.6.5",
    "@types/sinon": "~1.16.0",
    "benchmark": "^1.0.0",
    "express": "~4.15.3",
    "grunt": "^1.0.1",
    "grunt-contrib-clean": ">=1.0.0",
    "grunt-contrib-copy": ">=1.0.0",
    "grunt-dojo2": "latest",
    "grunt-postcss": "^0.8.0",
    "grunt-text-replace": ">=0.4.0",
    "grunt-ts": ">=5.0.0",
    "grunt-tslint": "5.0.1",
    "grunt-typings": "^0.1.5",
    "husky": "0.14.3",
    "intern": "~4.1.0",
    "lint-staged": "6.0.0",
    "multer": "~1.3.0",
    "prettier": "1.9.2",
    "remap-istanbul": ">=0.6.3",
    "sinon": "~1.17.6",
    "tslint": "5.8.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"
  }
}
