{
  "name": "ts-transform-const-enum",
  "version": "0.0.1",
  "description": "TypeScript transformer to convert const enums to regular enums in declaration files",
  "main": "dist/index",
  "files": [
    "dist/*.*"
  ],
  "scripts": {
    "compile": "tsc -p .",
    "test": "ttsc -p test/src && git diff --no-index --exit-code test/expected test/out",
    "test-coverage": "nyc yarn test",
    "accept-baseline": "cp test/out/* test/expected",
    "lint": "run-p lint:*",
    "lint:valtyr": "wotan -m @fimbul/valtyr",
    "lint:wotan": "wotan",
    "verify": "npm-run-all -p compile lint -s test-coverage",
    "report-coverage": "codecov --disable=gcov"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ajafff/ts-transform-const-enum.git"
  },
  "keywords": [
    "typescript",
    "ts",
    "declaration",
    "const",
    "enum",
    "isolatedModules",
    "transform",
    "transformer"
  ],
  "author": "Klaus Meinhardt",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ajafff/ts-transformer-const-enum/issues"
  },
  "homepage": "https://github.com/ajafff/ts-transformer-const-enum#readme",
  "devDependencies": {
    "@fimbul/valtyr": "^0.14.0",
    "@fimbul/wotan": "^0.14.0",
    "codecov": "^3.1.0",
    "npm-run-all": "^4.1.3",
    "nyc": "^13.0.1",
    "tslint": "^5.11.0",
    "tslint-consistent-codestyle": "^1.13.3",
    "ttypescript": "^1.5.5",
    "typescript": "~3.2.0"
  },
  "peerDependencies": {
    "typescript": "*"
  }
}
