0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/scripts/package.json
renovate[bot] e60aab9a9f
fix(deps): update all non-major dependencies (#11383)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-07-01 16:32:17 +08:00

26 lines
532 B
JSON

{
"name": "astro-scripts",
"version": "0.0.14",
"private": true,
"type": "module",
"main": "./index.js",
"bin": {
"astro-scripts": "./index.js"
},
"dependencies": {
"arg": "^5.0.2",
"esbuild": "^0.21.5",
"globby": "^14.0.2",
"kleur": "^4.1.5",
"p-limit": "^5.0.0",
"svelte": "^4.2.18",
"tar": "^7.4.0"
},
"devDependencies": {
"@octokit/action": "^7.0.0",
"del": "^7.1.0",
"esbuild-plugin-copy": "^2.1.1",
"execa": "^8.0.1",
"tsconfig-resolver": "^3.0.1"
}
}