astro-payload-test/package.json

12 lines
325 B
JSON
Raw Normal View History

2024-05-17 22:32:32 +00:00
{
"name": "paystro",
2024-05-17 22:32:32 +00:00
"description": "A pre-configured setup for easy website development with Astro and Payload CMS using Docker.",
"license": "AGPL-3.0-or-later",
"version": "1.2",
2024-05-17 22:32:32 +00:00
"scripts": {
2024-05-19 15:35:18 +00:00
"dev": "docker compose up --build",
2024-05-19 06:50:33 +00:00
"stop": "docker compose down",
2024-05-19 15:35:18 +00:00
"dev:nobuild": "docker compose up"
2024-05-17 22:32:32 +00:00
}
}