feat: migrate to esm

This commit is contained in:
2023-03-16 01:58:13 +01:00
parent fd740b3091
commit 4df19e8c20
512 changed files with 3016 additions and 2222 deletions

View File

@@ -3,6 +3,7 @@
"version": "0.4.0",
"description": "Tool to convert TypeScript Interfaces to Elasticsearch Mappings",
"version": "2.1.0",
"type": "commonjs",
"license": "GPL-3.0-only",
"author": "Thea Schöbl <dev@theaninova.de>",
"main": "./lib/index.js",
@@ -30,7 +31,7 @@
"commander": "10.0.0",
"deepmerge": "4.3.0",
"flatted": "3.2.7",
"got": "12.6.0",
"got": "11.8.6",
"typedoc": "0.18.0",
"typescript": "3.8.3"
},
@@ -40,7 +41,7 @@
"@openstapps/eslint-config": "workspace:*",
"@types/chai": "4.3.4",
"@types/mocha": "10.0.1",
"@types/node": "18.15.3",
"@types/node": "14.18.38",
"@types/rimraf": "3.0.2",
"chai": "4.3.7",
"conventional-changelog-cli": "2.2.2",