{
  "name": "@taqtile/ts-data-mapper",
  "version": "0.2.3-alpha.1",
  "description": "TypeScript data mapper",
  "homepage": "https://github.com/indigotech/taq-node-web-tools",
  "bugs": "https://github.com/indigotech/taq-node-web-tools/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/indigotech/taq-node-web-tools.git"
  },
  "author": "Taqtile",
  "license": "MIT",
  "main": "index.js",
  "typings": "index.d.ts",
  "scripts": {
    "clean": "rimraf dist",
    "prebuild": "yarn run clean",
    "build": "tsc",
    "test": "jest --colors --verbose --coverage",
    "postbuild": "yarn run copy-files && clean-to-publish",
    "copy-files": "copyfiles './README.md' './LICENSE' 'dist/'",
    "prepare": "yarn run build"
  },
  "dependencies": {
    "lodash.get": "4.4.2",
    "lodash.invoke": "4.5.2",
    "lodash.isempty": "4.4.0",
    "lodash.isstring": "4.0.1"
  },
  "devDependencies": {
    "@taqtile/publish-package-json": "^0.2.3-alpha.1",
    "@types/jest": "23.3.12",
    "copyfiles": "2.1.0",
    "jest": "23.6.0",
    "rimraf": "2.6.3",
    "ts-jest": "23.10.5"
  },
  "jest": {
    "transform": {
      ".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "collectCoverageFrom": [
      "!src/**/index.ts",
      "src/**/*.ts"
    ],
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|js)$",
    "testPathIgnorePatterns": [
      "/node_modules/",
      "dist/*"
    ],
    "moduleFileExtensions": [
      "ts",
      "js"
    ]
  },
  "publishConfig": {
    "access": "public"
  }
}
