@tscc/tscc
Version:
A typescript transpiler and bundler that wires up tsickle and closure compiler seamlessly
68 lines (67 loc) • 1.69 kB
JSON
{
"name": "@tscc/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.4",
"main": "./dist/tscc.js",
"bin": {
"tscc": "./dist/main.js"
},
"license": "MIT",
"homepage": "https://github.com/theseanl/tscc",
"repository": {
"type": "url",
"url": "https://github.com/theseanl/tscc"
},
"bugs": {
"url": "https://github.com/theseanl/tscc"
},
"scripts": {
"clean": "rm -rf dist"
},
"engines": {
"node": ">=10.3.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.11.2",
"@types/stream-json": "^1.7.1",
"@types/vinyl": "^2.0.6",
"@types/vinyl-fs": "^2.4.12",
"@types/yargs": "^17.0.13",
"magic-string": "^0.26.7"
},
"optionalDependencies": {
"google-closure-compiler-linux": "^20221004.0.0",
"google-closure-compiler-osx": "^20221004.0.0",
"google-closure-compiler-windows": "^20221004.0.0"
},
"dependencies": {
"@tscc/tscc-spec": "^0.9.4",
"chalk": "^4.1.1",
"fs-extra": "^10.0.1",
"google-closure-compiler-java": "^20221004.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": "^0.46.3",
"tslib": "^2.3.0",
"typescript": "~4.7.2",
"upath": "^2.0.1",
"vinyl": "^3.0.0",
"vinyl-fs": "^3.0.3",
"yargs": "^17.6.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "7c0a7a5194e5aa44d06ba261290113948997f54c"
}