{
  "name": "raynos-dtslint",
  "version": "1.0.4",
  "description": "Runs tests on TypeScript definition files",
  "files": [
    "bin",
    "dt.json",
    "dtslint.json",
    "dtslint-expect-only.json"
  ],
  "main": "bin",
  "bin": {
    "dtslint": "./bin/index.js",
    "raynos-dtslint": "./bin/index.js"
  },
  "contributors": [
    "Nathan Shively-Sanders <nathansa@microsoft.com> (https://github.com/sandersn)",
    "Andy Hanson <andy-ms@microsoft.com> (https://github.com/andy-ms)",
    "Dan Vanderkam <danvdk@gmail.com> (https://github.com/danvk)"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Microsoft/dtslint.git"
  },
  "scripts": {
    "watch": "tsc --watch",
    "build": "tsc",
    "lint": "tslint --project tsconfig.json --format stylish",
    "test": "npm run build && node test/test.js",
    "do-publish": "npm run build && npm run test && npm run lint && npm publish"
  },
  "dependencies": {
    "definitelytyped-header-parser": "1.1.0",
    "dts-critic": "^1.0.9",
    "fs-extra": "^6.0.1",
    "request": "^2.88.0",
    "strip-json-comments": "^2.0.1",
    "tslint": "5.18.0",
    "typescript": "~3.4.5"
  },
  "devDependencies": {
    "@types/fs-extra": "^5.0.2",
    "@types/mz": "0.0.30",
    "@types/node": "^7.0.5",
    "@types/parsimmon": "^1.0.3",
    "@types/strip-json-comments": "^0.0.28"
  },
  "engines": {
    "node": ">=6.10.0"
  },
  "license": "MIT"
}
