{
  "name": "ts-essentials",
  "description": "All essential Typescript types in one place",
  "keywords": [
    "typescript",
    "types",
    "essentials"
  ],
  "version": "2.0.12",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": "git@github.com:krzkaczor/ts-essentials.git",
  "author": "Krzysztof Kaczor <chris@kaczor.io>",
  "license": "MIT",
  "scripts": {
    "build": "rm -rf ./dist && tsc -p tsconfig.prod.json --outDir ./dist",
    "prepublishOnly": "yarn test && yarn build",
    "test": "prettier -c **/*.ts && tsc --noEmit",
    "test:fix": "prettier --write **/*.ts && tsc --noEmit"
  },
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@codechecks/build-size-watcher": "^0.1.0",
    "@codechecks/client": "^0.1.0",
    "conditional-type-checks": "^0.5.0",
    "prettier": "^1.16.1",
    "typescript": "^3.2.2"
  }
}
