mirror of
https://github.com/wireadmin/wireadmin
synced 2025-01-23 04:17:00 +00:00
17 lines
451 B
JSON
17 lines
451 B
JSON
{
|
|
"name": "wireadmin",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"dev:image": "cross-env DOCKER_BUILDKIT=1 docker build --tag wireadmin -f Dockerfile-Dev .",
|
|
"dev": "docker-compose -f docker-compose.yml -f docker-compose.dev.yml up"
|
|
},
|
|
"keywords": [],
|
|
"author": "Shahrad Elahi <https://github.com/shahradelahi>",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@8.7.0",
|
|
"dependencies": {
|
|
"cross-env": "^7.0.3"
|
|
}
|
|
}
|