{
  "name": "@wheatjs/sucrase",
  "version": "3.20.3",
  "description": "Super-fast alternative to Babel for when you can target modern JS runtimes",
  "author": "Alan Pierce <alangpierce@gmail.com>",
  "license": "MIT",
  "main": "dist/index",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "bin": {
    "sucrase": "./bin/sucrase",
    "sucrase-node": "./bin/sucrase-node"
  },
  "scripts": {
    "build": "sucrase-node script/build.ts",
    "fast-build": "sucrase-node script/build.ts --fast",
    "clean": "rm -rf ./build ./dist ./dist-self-build ./dist-types ./example-runner/example-repos ./test262/test262-checkout",
    "generate": "sucrase-node generator/generate.ts",
    "benchmark": "cd benchmark && yarn && sucrase-node ./benchmark.ts",
    "benchmark-compare": "sucrase-node ./benchmark/compare-performance.ts",
    "microbenchmark": "sucrase-node benchmark/microbenchmark.ts",
    "lint": "sucrase-node script/lint.ts",
    "profile": "node --inspect-brk ./node_modules/.bin/sucrase-node ./benchmark/profile",
    "profile-project": "node --inspect-brk ./node_modules/.bin/sucrase-node ./benchmark/benchmark-project.ts --profile",
    "prepublishOnly": "yarn clean && yarn build",
    "release": "sucrase-node script/release.ts",
    "run-examples": "sucrase-node example-runner/example-runner.ts",
    "test": "yarn lint && yarn test-only",
    "test-only": "mocha './test/**/*.ts'",
    "test262": "sucrase-node test262/run-test262.ts",
    "test-with-coverage": "nyc mocha './test/**/*.ts'",
    "report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/alangpierce/sucrase.git"
  },
  "keywords": [
    "babel",
    "jsx",
    "typescript",
    "flow"
  ],
  "bugs": {
    "url": "https://github.com/alangpierce/sucrase/issues"
  },
  "devDependencies": {
    "@types/glob": "7.1.1",
    "@types/mocha": "^5.2.7",
    "@types/mz": "^0.0.32",
    "@types/node": "^12.12.7",
    "@typescript-eslint/eslint-plugin": "^4.11.1",
    "@typescript-eslint/parser": "^4.11.1",
    "chalk": "2.4.1",
    "codecov": "^3.8.1",
    "eslint": "^6.6.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-config-prettier": "^6.5.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-prettier": "^3.1.1",
    "mocha": "^7.1.1",
    "nyc": "^14.1.1",
    "prettier": "^2.0.5",
    "sucrase": "^3.20.3",
    "test262-harness": "^6.5.0",
    "ts-interface-builder": "^0.2.1",
    "typescript": "^4.1.3"
  },
  "dependencies": {
    "commander": "^4.0.0",
    "glob": "7.1.6",
    "lines-and-columns": "^1.1.6",
    "mz": "^2.7.0",
    "pirates": "^4.0.1",
    "ts-interface-checker": "^0.1.9"
  },
  "engines": {
    "node": ">=8"
  },
  "resolutions": {
    "**/eshost/socket.io": "^2"
  }
}
