20 lines
437 B
JSON
20 lines
437 B
JSON
{
|
|
"name": "venus-photo-studio-and-lab",
|
|
"version": "1.0.0",
|
|
"description": "Go-served premium website for Venus Photo Studio And Lab photography and videography.",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "go run main.go",
|
|
"start": "go run main.go"
|
|
},
|
|
"keywords": [
|
|
"photography",
|
|
"golang",
|
|
"static-site",
|
|
"tailwind",
|
|
"aos"
|
|
],
|
|
"author": "Venus Photo Studio And Lab",
|
|
"license": "UNLICENSED"
|
|
}
|