{
  "name": "checle-js-boilerplate",
  "version": "0.0.3",
  "description": "Boilerplate for a TypeScript project compliant with organizational standards",
  "main": "build/index.js",
  "scripts": {
    "prepublish": "npm run clean && typings install && npm run build && cp -R src/* build/",
    "postpublish": "npm run deploy",
    "test": "npm run dist && node test/index.js && ts-node test/index.js && bash test/index.sh && npm run lint",
    "lint": "find src -name '*.ts' -print0 | xargs -0 -n1 eslint",
    "build": "tsc",
    "dist": "npm run build && webpack --optimize-minimize build/index.js dist/index.js",
    "clean": "rm -rf build && rm -rf dist",
    "deploy": "npm run dist && gh-pages -d dist -m \"Deploy $(npm view checle-js-boilerplate version)\""
  },
  "bin": {
    "checle-js-boilerplate": "bin/index.js"
  },
  "typings": "build/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/checle/checle-js-boilerplate.git"
  },
  "author": "Filip Dalüge <daluege@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/checle/checle-js-boilerplate/issues"
  },
  "homepage": "https://github.com/checle/checle-js-boilerplate#readme",
  "devDependencies": {
    "devtool": "^2.0.3",
    "eslint": "^3.3.1",
    "eslint-config-standard": "^5.3.5",
    "eslint-plugin-promise": "^2.0.1",
    "eslint-plugin-standard": "^2.0.0",
    "gh-pages": "^0.11.0",
    "tape": "^4.6.0",
    "ts-node": "^1.3.0",
    "typescript": "^1.8.10",
    "typescript-eslint-parser": "^0.1.2",
    "typings": "^1.3.2",
    "webpack": "^1.13.1"
  }
}
