mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 14:02:48 +00:00
20 lines
604 B
JSON
20 lines
604 B
JSON
{
|
|
"name": "@openstapps/openstapps",
|
|
"version": "2.1.0",
|
|
"scripts": {
|
|
"build": "dotenv -c -- turbo run build",
|
|
"dev": "dotenv -c -- turbo run dev",
|
|
"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",
|
|
"syncpack": "syncpack list-mismatches && syncpack lint-semver-ranges",
|
|
"syncpack:fix": "syncpack format && syncpack fix-mismatches"
|
|
},
|
|
"devDependencies": {
|
|
"dotenv-cli": "7.1.0",
|
|
"syncpack": "9.8.4",
|
|
"turbo": "1.8.3"
|
|
}
|
|
}
|