wireadmin/package.json
Shahrad Elahi ccc3b20132 Update version format for canary.
We are now using the traditional versioning format for canary releases, instead of using the commit hash as the version.
2024-02-12 13:44:07 +03:30

17 lines
551 B
JSON

{
"name": "wireadmin",
"version": "0.0.0-dev",
"scripts": {
"dev": "docker compose rm -fsv && docker compose -f docker-compose.yml -f docker-compose.dev.yml up",
"dev:image": "docker buildx build --tag wireadmin -f Dockerfile-Dev .",
"build": "docker buildx build --tag wireadmin .",
"start": "docker compose rm -fsv && docker compose -f docker-compose.yml up"
},
"keywords": [],
"author": "Shahrad Elahi <https://github.com/shahradelahi>",
"license": "MIT",
"devDependencies": {
"@changesets/cli": "^2.27.1"
}
}