refactor: split api into api, api-cli & api-plugin

This commit is contained in:
2023-06-02 16:41:25 +02:00
parent 495a63977c
commit b21833de40
205 changed files with 1981 additions and 1492 deletions

View File

@@ -2,13 +2,13 @@
"name": "@openstapps/openstapps",
"version": "2.1.0",
"scripts": {
"build": "dotenv -c -- turbo run build --filter=!@openstapps/app",
"build": "dotenv -c -- turbo run build",
"dev": "dotenv -c -- turbo run dev",
"docs": "dotenv -c -- turbo run docs && typedoc",
"format": "dotenv -c -- turbo run format",
"format:fix": "dotenv -c -- turbo run format:fix",
"lint": "dotenv -c -- turbo run lint --filter=!@openstapps/app",
"lint:fix": "dotenv -c -- turbo run lint:fix --filter=!@openstapps/app",
"lint": "dotenv -c -- turbo run lint",
"lint:fix": "dotenv -c -- turbo run lint:fix",
"publish-packages": "dotenv -c -- turbo run build format lint test && changeset version && changeset publish",
"syncpack": "syncpack list-mismatches && syncpack lint-semver-ranges",
"syncpack:fix": "syncpack format && syncpack fix-mismatches",
@@ -25,6 +25,6 @@
"syncpack": "10.1.0",
"turbo": "1.10.0",
"typedoc": "0.24.7",
"typescript": "4.8.4"
"typescript": "4.9.5"
}
}