Files
openstapps/package.json
Thea Schöbl 0d60b8bfad feat: update tests
feat: update tests

feat: update tests
2023-05-31 14:05:45 +02:00

30 lines
1006 B
JSON

{
"name": "@openstapps/openstapps",
"version": "2.1.0",
"scripts": {
"build": "dotenv -c -- turbo run build",
"dev": "dotenv -c -- turbo run dev",
"docs": "typedoc",
"format": "dotenv -c -- turbo run format",
"format:fix": "dotenv -c -- turbo run format:fix",
"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",
"test": "dotenv -c -- turbo run test && node coverage.mjs"
},
"devDependencies": {
"@changesets/cli": "2.26.1",
"cobertura-merge": "1.0.4",
"deepmerge": "4.3.1",
"dotenv-cli": "7.2.1",
"glob": "10.2.6",
"package-sync-cli": "1.3.2",
"syncpack": "10.1.0",
"turbo": "1.10.0",
"typedoc": "0.24.7",
"typescript": "4.6.4"
}
}