ts-transformer-minify-privates
Version:
A TypeScript custom transformer which minify names of private class members
29 lines (28 loc) • 750 B
JSON
{
"name": "ts-transformer-minify-privates",
"version": "1.0.0",
"description": "A TypeScript custom transformer which minify names of private class members",
"main": "dist/transformer.js",
"repository": {
"type": "git",
"url": "git+https://github.com/timocov/ts-transformer-minify-privates.git"
},
"files": [
"dist/"
],
"keywords": [
"typescript",
"transformer",
"minifying"
],
"author": "Evgeniy Timokhov",
"license": "MIT",
"readme": "README.md",
"bugs": {
"url": "https://github.com/timocov/ts-transformer-minify-privates/issues"
},
"homepage": "https://github.com/timocov/ts-transformer-minify-privates#readme",
"peerDependencies": {
"typescript": ">=4.3.0 || >=5.0.0-beta"
}
}