{
  "name": "typescript-library-boilerplate-awesome",
  "version": "0.0.5",
  "description": "A TypeScript Boilerplate for NPM library publishing",
  "module": "./lib/src/index.js",
  "scripts": {
    "build_spec": "tsc --project ./test --pretty",
    "clean_spec": "rm -rf test-js",
    "test_mocha": "mocha --recursive test-js",
    "test": "npm-run-all clean_spec build_spec test_mocha clean_spec"
  },
  "author": "goldenearkin",
  "license": "MIT",
  "devDependencies": {
    "@types/chai": "^3.4.34",
    "@types/mocha": "^2.2.39",
    "chai": "^3.5.0",
    "mocha": "^3.2.0",
    "npm-run-all": "^4.0.1",
    "tslint": "^4.4.2",
    "typescript": "^2.1.6"
  },
  "dependencies": {
    "typescript-library-boilerplate-awesome": "^0.0.4"
  }
}
