{
    "name": "@brianleishman/tscc",
    "author": "theseanl",
    "description": "A typescript transpiler and bundler that wires up tsickle and closure compiler seamlessly",
    "keywords": [
        "typescript",
        "closure-compiler",
        "tree-shaking",
        "minify-javascript"
    ],
    "version": "0.9.2-1",
    "main": "./dist/tscc.js",
    "bin": {
        "tscc": "./dist/main.js"
    },
    "license": "MIT",
    "homepage": "https://github.com/brianleishman/tscc",
    "repository": {
        "type": "url",
        "url": "https://github.com/brianleishman/tscc"
    },
    "bugs": {
        "url": "https://github.com/brianleishman/tscc"
    },
    "scripts": {
        "clean": "rm -rf dist"
    },
    "engines": {
        "node": ">=10.3.0"
    },
    "devDependencies": {
        "@types/fs-extra": "^9.0.13",
        "@types/node": "^18.6.4",
        "@types/stream-json": "^1.7.1",
        "@types/vinyl": "^2.0.6",
        "@types/vinyl-fs": "^2.4.12",
        "@types/yargs": "^17.0.9",
        "magic-string": "^0.26.2"
    },
    "optionalDependencies": {
        "google-closure-compiler-linux": "^20240317.0.0",
        "google-closure-compiler-osx": "^20240317.0.0",
        "google-closure-compiler-windows": "^20240317.0.0"
    },
    "dependencies": {
        "@brianleishman/tsickle": "0.46.3-1",
        "@tscc/tscc-spec": "^0.9.2",
        "chalk": "^4.1.1",
        "fs-extra": "^10.0.1",
        "google-closure-compiler-java": "^20240317.0.0",
        "ora": "^5.4.1",
        "resolve-from": "^5.0.0",
        "rimraf": "^3.0.2",
        "source-map": "^0.7.4",
        "stream-json": "^1.7.2",
        "tsickle": "https://github.com/BrianLeishman/tsickle#v0.46.3",
        "tslib": "^2.3.0",
        "typescript": "~4.7.2",
        "upath": "^2.0.1",
        "vinyl": "^2.2.0",
        "vinyl-fs": "^3.0.3",
        "yargs": "^17.3.1"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "7d00e4fc6b79ae208622f699a3a59d4d11121562"
}