{
  "name": "tsutils",
  "version": "2.25.0",
  "description": "utilities for working with typescript's AST",
  "scripts": {
    "compile": "rm -rf {,util,typeguard,test/**}/*.js; tsc -p .",
    "lint:tslint": "wotan -m @fimbul/valtyr",
    "lint:wotan": "wotan",
    "lint": "run-p lint:*",
    "test": "mocha test/*Tests.js && tslint --test test/rules/*/tslint.json",
    "verify": "run-s compile lint coverage",
    "prepublishOnly": "npm run verify",
    "coverage": "nyc npm test",
    "report-coverage": "cat ./coverage/lcov.info | coveralls",
    "github-release": "GITHUB_TOKEN=$(cat ~/github_token.txt) github-release-from-changelog",
    "postpublish": "git push origin master --tags; npm run github-release"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ajafff/tsutils"
  },
  "keywords": [
    "typescript",
    "ts",
    "ast",
    "typeguard",
    "utils",
    "helper",
    "node"
  ],
  "author": "Klaus Meinhardt",
  "license": "MIT",
  "devDependencies": {
    "@fimbul/valtyr": "^0.6.0",
    "@fimbul/wotan": "^0.6.0",
    "@types/chai": "^4.0.10",
    "@types/mocha": "^5.0.0",
    "@types/node": "^9.3.0",
    "chai": "^4.1.2",
    "coveralls": "^3.0.0",
    "github-release-from-changelog": "^1.3.0",
    "mocha": "^5.0.0",
    "npm-run-all": "^4.1.2",
    "nyc": "^11.4.1",
    "tslint": "^5.8.0",
    "tslint-consistent-codestyle": "^1.11.0",
    "typescript": "2.9.0-dev.20180327"
  },
  "peerDependencies": {
    "typescript": ">=2.1.0 || >=2.1.0-dev || >=2.2.0-dev || >=2.3.0-dev || >=2.4.0-dev || >=2.5.0-dev || >=2.6.0-dev || >=2.7.0-dev || >=2.8.0-dev || >=2.9.0-dev || >= 2.10.0-dev"
  },
  "dependencies": {
    "tslib": "^1.8.1"
  }
}
