astro-payload-test/package.json
3wc c2219516b0
All checks were successful
continuous-integration/drone/push Build is passing
Update license [sic], dev / stop commands
2024-05-18 18:02:10 -03:00

11 lines
277 B
JSON

{
"name": "paystro",
"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",
"scripts": {
"dev": "docker compose up",
"stop": "docker compose down"
}
}