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

@@ -2,6 +2,7 @@
"name": "@openstapps/core-tools",
"description": "Tools to convert and validate StAppsCore",
"version": "2.1.0",
"type": "module",
"license": "GPL-3.0-only",
"repository": "git@gitlab.com:openstapps/core-tools.git",
"author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>",
@@ -19,10 +20,9 @@
"openstapps-core-tools": "app.js"
},
"scripts": {
"build": "npm run lint && npm run compile",
"build": "rimraf lib && tsc",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
"check-configuration": "openstapps-configuration",
"compile": "rimraf lib && tsc",
"documentation": "typedoc --out docs --readme README.md --includeVersion --validation.invalidLink true --entryPointStrategy expand src",
"lint": "eslint -c .eslintrc.json --ignore-path .eslintignore --ext .ts src/",
"lint:fix": "eslint --fix -c .eslintrc.json --ignore-path .eslintignore --ext .ts src/",
@@ -57,7 +57,8 @@
"re2": "1.18.0",
"toposort": "2.0.2",
"ts-json-schema-generator": "1.2.0",
"ts-node": "10.9.1"
"ts-node": "10.9.1",
"typescript": "4.8.4"
},
"devDependencies": {
"@openstapps/configuration": "workspace:*",
@@ -83,8 +84,7 @@
"nock": "13.3.0",
"prettier": "2.8.3",
"rimraf": "4.4.0",
"typedoc": "0.22.18",
"typescript": "4.4.4"
"typedoc": "0.23.26"
},
"keywords": [
"StApps",