{
  "name": "@karimsa/tardis",
  "publishConfig": {
    "access": "public"
  },
  "version": "0.0.19",
  "description": "Transpile languages with simplicity.",
  "main": "index.js",
  "directories": {
    "example": "example"
  },
  "scripts": {
    "build": "tsc",
    "test": "nyc ava"
  },
  "ava": {
    "files": [
      "test/**/*.js",
      "!test/helpers/**/*.js"
    ],
    "concurrency": 4,
    "failFast": true,
    "failWithoutAssertions": true,
    "compileEnhancements": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/karimsa/tardis.git"
  },
  "keywords": [
    "transpile",
    "babel",
    "compile",
    "parse",
    "transform"
  ],
  "author": "Karim Alibhai",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/karimsa/tardis/issues"
  },
  "homepage": "https://github.com/karimsa/tardis#readme",
  "devDependencies": {
    "@types/babel-generator": "^6.25.1",
    "@types/babel-traverse": "^6.25.3",
    "@types/babel-types": "^7.0.1",
    "@types/babylon": "^6.16.2",
    "@types/debug": "0.0.30",
    "@types/lodash": "^4.14.104",
    "@types/node": "^9.4.6",
    "ava": "^0.25.0",
    "babel-cli": "^6.26.0",
    "babel-plugin-istanbul": "^4.1.5",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-typescript": "^7.0.0-alpha.19",
    "babel-register": "^6.26.0",
    "babylon": "^6.18.0",
    "codecov": "^3.0.0",
    "nyc": "^11.4.1",
    "ts-node": "^5.0.1",
    "tslint": "^5.9.1",
    "typescript": "^2.7.2"
  },
  "dependencies": {
    "debug": "^3.1.0",
    "lodash": "^4.17.5"
  },
  "optionalDependencies": {
    "babel-generator": "^6.26.1",
    "babel-types": "^6.26.0"
  }
}
