{
  "name": "awesome-typescript-loader",
  "version": "3.0.2",
  "description": "Awesome TS loader for webpack",
  "main": "dist/entry.js",
  "typings": "./dist/index.d.ts",
  "scripts": {
    "prepublish": "npm run build",
    "watch": "npm run watch:ts",
    "watch:ts": "npm run build:ts -- --watch --diagnostics",
    "prebuild": "npm run lint",
    "compile": "tsc --pretty",
    "build": "rimraf dist && tsc --pretty",
    "lint": "tslint src/*.ts",
    "release": "standard-version",
    "test": "rimraf .test && mocha --timeout 30000 dist/__test__"
  },
  "author": "Stanislav Panferov <fnight.m@gmail.com> (http://panferov.me/)",
  "repository": {
    "type": "git",
    "url": "https://github.com/s-panferov/awesome-typescript-loader.git"
  },
  "license": "MIT",
  "keywords": [
    "webpack",
    "loader",
    "webpack-loader",
    "typescript"
  ],
  "bugs": {
    "url": "https://github.com/s-panferov/awesome-typescript-loader/issues"
  },
  "homepage": "https://github.com/s-panferov/awesome-typescript-loader",
  "dependencies": {
    "colors": "^1.1.2",
    "enhanced-resolve": "^3.1.0",
    "loader-utils": "^0.2.16",
    "lodash": "^4.17.4",
    "mkdirp": "^0.5.1",
    "object-assign": "^4.1.1",
    "source-map-support": "^0.4.11"
  },
  "devDependencies": {
    "@types/chai": "^3.4.34",
    "@types/colors": "^1.1.1",
    "@types/lodash": "^4.14.52",
    "@types/mocha": "^2.2.39",
    "@types/node": "^7.0.5",
    "@types/shelljs": "^0.6.0",
    "@types/sinon": "^1.16.34",
    "@types/webpack": "^2.2.4",
    "bluebird": "^3.4.7",
    "chai": "^3.5.0",
    "empty-module": "0.0.2",
    "fs-extra": "^2.0.0",
    "mocha": "^3.2.0",
    "ps-node": "^0.1.1",
    "rimraf": "^2.5.0",
    "shelljs": "^0.7.6",
    "standard-version": "^4.0.0",
    "temp": "^0.8.3",
    "tslint": "^4.4.2",
    "typescript": "^2.1.5",
    "webpack": "^2.2.1"
  }
}
