mirror of
https://github.com/AzzyAz-net/azzy-assets.git
synced 2026-08-25 19:24:58 +00:00
18 lines
314 B
JSON
18 lines
314 B
JSON
{
|
|
"name": "assets",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"astro": "^6.3.7"
|
|
}
|
|
}
|