{
  "name": "dts-dom",
  "version": "3.7.0",
  "homepage": "https://github.com/RyanCavanaugh/dts-dom",
  "description": "DOM for TypeScript Declaration Files",
  "main": "bin/index.js",
  "typings": "bin/index.d.ts",
  "scripts": {
    "build": "tsc -p .",
    "prepublish": "npm run build",
    "test": "jest --coverage"
  },
  "author": "Ryan Cavanaugh",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/RyanCavanaugh/dts-dom"
  },
  "devDependencies": {
    "@types/jest": "^22.0.1",
    "jest": "^22.1.3",
    "ts-jest": "^22.0.1",
    "typescript": "^2.6.2"
  },
  "jest": {
    "transform": {
      "^.+\\.ts$": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.ts$",
    "moduleFileExtensions": [
      "ts",
      "js",
      "json"
    ],
    "mapCoverage": true,
    "collectCoverageFrom": [
      "lib/**/*.ts"
    ],
    "snapshotSerializers": [
      "./lib/__tests__/string-snapshot-serializer"
    ]
  }
}
