{
  "name": "dart_js_facade_gen",
  "version": "0.0.7",
  "description": "Generate Dart package:js JS Interop faces for arbitrary TypeScript libraries.",
  "dependencies": {
    "@types/chai": "^4.2.3",
    "@types/fs-extra": "^8.0.0",
    "@types/minimist": "^1.2.0",
    "@types/mocha": "^5.2.7",
    "@types/node": "^12.7.8",
    "@types/source-map": "^0.5.7",
    "@types/source-map-support": "^0.5.0",
    "dart-style": "^1.3.2-dev",
    "minimist": "^1.2.0",
    "source-map": "^0.7.3",
    "source-map-support": "^0.5.13",
    "typescript": "^3.6.3"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "clang-format": "1.2.4",
    "fs-extra": "^8.1.0",
    "gulp": "^4.0.2",
    "gulp-clang-format": "1.0.27",
    "gulp-mocha": "^7.0.1",
    "gulp-sourcemaps": "^2.6.5",
    "gulp-tslint": "8.1.4",
    "gulp-typescript": "^5.0.1",
    "gulp-util": "^3.0.8",
    "merge2": "^1.3.0",
    "npm-release": "^1.0.0",
    "temp": "^0.9.0",
    "tslint": "^5.20.0",
    "which": "^1.3.1"
  },
  "preferGlobal": true,
  "bin": {
    "dart_js_facade_gen": "index.js"
  },
  "scripts": {
    "prepare": "gulp compile",
    "test": "gulp test",
    "release": "npm-release"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dart-lang/js_facade_gen.git"
  },
  "keywords": [
    "typescript",
    "dart"
  ],
  "contributors": [
    "Dart Team <mailto:misc@dartlang.org> (https://www.dartlang.org/)"
  ],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/dart-lang/js_facade_gen/issues"
  },
  "homepage": "https://github.com/dart-lang/js_facade_gen"
}
