Skip to content

Commit 919e629

Browse files
committed
Added package.json
1 parent 9951109 commit 919e629

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"private": true,
3+
"name": "ts-transformer-minify-privates",
4+
"version": "0.0.1",
5+
"description": "A TypeScript custom transformer which minify names of private class members",
6+
"main": "index.js",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/timocov/ts-transformer-minify-privates.git"
10+
},
11+
"keywords": [
12+
"typescript",
13+
"transformer",
14+
"minifying"
15+
],
16+
"author": "Evgeniy Timokhov",
17+
"license": "MIT",
18+
"readme": "README.md",
19+
"bugs": {
20+
"url": "https://github.com/timocov/ts-transformer-minify-privates/issues"
21+
},
22+
"homepage": "https://github.com/timocov/ts-transformer-minify-privates#readme"
23+
}

0 commit comments

Comments
 (0)