{
  "name": "typescript-transform-export-interop",
  "description": "TypeScript transform for exporting a module that can be easily imported both from TypeScript and from Node.js.",
  "version": "1.0.4",
  "bin": {
    "typescript-transform-export-interop": "dist/src/bin/index.js",
    "tstei": "dist/src/bin/index.js"
  },
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "scripts": {
    "clean": "rimraf dist",
    "compile": "tsc --skipLibCheck && node ./dist/src/bin/index.js",
    "compile:watch": "tsc --skipLibCheck --watch",
    "prepublishOnly": "npm run clean && npm run compile"
  },
  "bugs": {
    "url": "https://github.com/fabiospampinato/typescript-transform-export-interop/issues"
  },
  "license": "MIT",
  "author": {
    "name": "Fabio Spampinato",
    "email": "spampinabio@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/fabiospampinato/typescript-transform-export-interop.git"
  },
  "keywords": [
    "typescript",
    "transform",
    "export",
    "interop",
    "import",
    "node"
  ],
  "dependencies": {
    "detect-indent": "^5.0.0",
    "find-up-json": "^1.0.0",
    "minimist": "^1.2.0",
    "specialist": "^0.3.0",
    "string-matches": "^1.1.1"
  },
  "peerDependencies": {
    "typescript": "*"
  },
  "devDependencies": {
    "@types/node": "^10.12.8",
    "rimraf": "^2.6.0",
    "typescript": "^3.0.3"
  }
}
