Files
openstapps/package.json
2023-05-31 14:04:05 +02:00

27 lines
899 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": "node sync.mjs && syncpack format && syncpack fix-mismatches"
},
"devDependencies": {
"@changesets/cli": "2.26.0",
"deepmerge": "4.3.1",
"dotenv-cli": "7.1.0",
"glob": "10.2.1",
"package-sync-cli": "1.3.2",
"syncpack": "9.8.4",
"turbo": "1.8.3",
"typedoc": "0.23.28"
}
}