{
  "name": "typical-ts",
  "version": "0.2.1",
  "description": "",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "prepublish": "npm test",
    "pretest": "rm -rf lib/* && node ./node_modules/tsst-tycho/dist/build.js -b \"**/*.test.ts\" -d ./lib",
    "test": "tsc | tee tsc.log && mocha lib/**/*.test.js 2>&1 | sed 's/[0-9]\\+)/×/g' | tee errors.log",
    "posttest": "typedoc --out docs/ src/ --ignoreCompilerErrors --excludeNotExported --exclude index.ts",
    "clean": "rm -rf lib/*"
  },
  "author": "Tycho Grouwstra",
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "@types/mocha": "^2.2.41",
    "mocha": "^3.5.0",
    "tsst-tycho": "^0.4.0",
    "typedoc-peer": "^0.10.0",
    "typescript": "^2.8.0-dev.20180302"
  }
}
