{
    "name": "typescript-closure-tools",
    "version": "0.0.7",
    "description": "Command-line tools to convert closure-style JSDoc annotations to typescript, and to convert typescript sources to closure externs files",
    "author": "George Fraser",
    "contributors": [
        "Benjamin P. Jung <headcr4sh@gmail.com>"
    ],
    "keywords": [
        "TypeScript",
        "Closure"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/fivetran/typescript-closure-tools"
    },
    "preferGlobal": true,
    "dependencies": {
        "esprima": "*",
        "escodegen": "*",
        "jsdoc": "*",
        "doctrine": "fivetran/doctrine",
        "mkdirp": "*",
        "colors": "*"
    },
    "devDependencies": {
        "@types/node": "^10.12.2",
        "jasmine-node": "*",
        "browserify": "*"
    },
    "scripts": {
        "prepublish": "tsc --target ES6 --module commonjs definition-generator/src/*.ts && tsc --target ES6 --module commonjs externs-generator/src/*.ts"
    },
    "bin": {
        "ts2externs": "./externs-generator/src/cli.js",
        "closure2ts": "./definition-generator/src/cli.js"
    }
}
