21 lines
No EOL
510 B
JSON
Executable file
21 lines
No EOL
510 B
JSON
Executable file
{
|
|
"name": "blackclip",
|
|
"type": "module",
|
|
"version": "0.0.2",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"docker:build": "buildah build -t oci.registry.sudovanilla.org/blackclip --no-cache",
|
|
"docker:push": "buildah push oci.registry.sudovanilla.org/blackclip"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/node": "^9.0.2",
|
|
"astro": "^5.1.9"
|
|
},
|
|
"devDependencies": {
|
|
"sass": "^1.83.4"
|
|
}
|
|
} |