mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
2edcad1490
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
19 lines
380 B
JSON
19 lines
380 B
JSON
{
|
|
"name": "astro-scripts",
|
|
"version": "0.0.14",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./index.js",
|
|
"bin": {
|
|
"astro-scripts": "./index.js"
|
|
},
|
|
"dependencies": {
|
|
"esbuild": "^0.21.5",
|
|
"esbuild-plugin-copy": "^2.1.1",
|
|
"fast-glob": "^3.3.2",
|
|
"kleur": "^4.1.5",
|
|
"p-limit": "^6.1.0",
|
|
"tinyexec": "^0.3.1",
|
|
"tsconfck": "^3.1.4"
|
|
}
|
|
}
|