{
  "name": "ast-ts",
  "version": "4.0.0",
  "description": "ast representation and transform function with typescript definitions",
  "main": "lib/src/index.js",
  "typings": "lib/src/index.d.ts",
  "scripts": {
    "test": "MOCHA_FILE=./output/junit.xml nyc mocha --forbid-only --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=-",
    "mocha": "mocha",
    "test:watch": "mocha --watch",
    "2npm": "tsc --declaration && publish",
    "prettier": "prettier --write '**/*.ts' '**/*.tsx'",
    "lintfix": "tslint -p . --fix",
    "lint": "tslint -p .",
    "report": "nyc report --reporter=text-lcov > coverage.lcov && codecov -p .."
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@stridespark/commonwealth": "^2.1.1",
    "@stridespark/model-core": "^16.6.1"
  },
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/mocha": "^5.2.5",
    "@types/node": "^11.9.5",
    "chai": "4.2.0",
    "codecov": "^3.1.0",
    "mocha": "^5.2.0",
    "mocha-junit-reporter": "^1.18.0",
    "mocha-lcov-reporter": "^1.3.0",
    "mocha-multi": "^1.0.1",
    "mocha-notifier-reporter": "^0.1.2",
    "nyc": "^13.2.0",
    "prettier": "^1.16.4",
    "publish": "0.6.0",
    "source-map-support": "^0.5.10",
    "tslint": "^5.12.1",
    "tslint-config-prettier": "^1.18.0",
    "tslint-plugin-prettier": "^2.0.1",
    "tslint-stridespark": "^2.0.3",
    "typescript": "^3.3.1"
  },
  "repository": "StrideSpark/ast-ts"
}
