@tscc/rollup-plugin-tscc
Version:
A rollup plugin to use tscc module specification
38 lines (37 loc) • 833 B
JSON
{
"name": "@tscc/rollup-plugin-tscc",
"author": "theseanl",
"description": "A rollup plugin to use tscc module specification",
"keywords": [
"typescript",
"closure-compiler",
"tree-shaking",
"minify-javascript"
],
"version": "0.9.4",
"license": "MIT",
"homepage": "https://github.com/theseanl/tscc",
"repository": {
"type": "url",
"url": "https://github.com/theseanl/tscc.git"
},
"bugs": {
"url": "https://github.com/theseanl/tscc"
},
"main": "./dist/index.js",
"scripts": {
"clean": "rm -rf dist"
},
"publishConfig": {
"access": "public"
},
"gitHead": "7c0a7a5194e5aa44d06ba261290113948997f54c",
"dependencies": {
"@tscc/tscc-spec": "^0.9.4",
"rollup": "^2.78.0",
"upath": "^2.0.1"
},
"devDependencies": {
"@types/node": "^18.11.2"
}
}