typescript-swc-starter
Advanced tools
Comparing version
{ | ||
"name": "typescript-swc-starter", | ||
"type": "module", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"author": "maxgfr", | ||
"license": "MIT", | ||
"description": "A minimalist typescript swc starter", | ||
"main": "./dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.js", | ||
"import": "./dist/esm/index.js" | ||
}, | ||
"./dist/cjs/index.js": { | ||
"require": "./dist/cjs/index.js" | ||
}, | ||
"./dist/esm/index.js": { | ||
"import": "./dist/esm/index.js" | ||
} | ||
}, | ||
"main": "./dist/cjs/index.js", | ||
"repository": { | ||
@@ -16,0 +23,0 @@ "type": "git", |
@@ -5,4 +5,2 @@ # typescript-swc-starter | ||
👻 A version without rust compiler [swc](https://swc.rs/) is available [here](https://github.com/maxgfr/boilerplate-typescript-node). | ||
🤖 A version without [`semantic-release`](https://github.com/semantic-release/semantic-release) is available [here](https://github.com/maxgfr/typescript-swc-starter/tree/without-package). | ||
@@ -9,0 +7,0 @@ |
6848
0.66%54
-3.57%