We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c82c7 commit 55ba52aCopy full SHA for 55ba52a
package.json
@@ -2,6 +2,15 @@
2
"name": "esbuild-node-tsc",
3
"description": "Build your Typescript Node.js projects using blazing fast esbuild",
4
"version": "2.0.4",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/a7ul/esbuild-node-tsc.git"
8
+ },
9
+ "author": "",
10
+ "bugs": {
11
+ "url": "https://github.com/a7ul/esbuild-node-tsc/issues"
12
13
+ "homepage": "https://github.com/a7ul/esbuild-node-tsc#readme"
14
"main": "./dist/index.js",
15
"bin": {
16
"esbuild-node-tsc": "dist/index.js",
0 commit comments