astro/scripts/package.json
Fred K. Schott 1634172ff9
[ci] update lockfile (#2763)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-03-11 16:38:28 -06:00

24 lines
578 B
JSON

{
"name": "astro-scripts",
"version": "0.0.1",
"private": true,
"type": "module",
"main": "./index.js",
"bin": {
"astro-scripts": "./index.js"
},
"dependencies": {
"@astrojs/renderer-preact": "workspace:*",
"@astrojs/renderer-react": "workspace:*",
"@astrojs/renderer-svelte": "workspace:*",
"@astrojs/renderer-vue": "workspace:*",
"@astrojs/webapi": "workspace:*",
"adm-zip": "^0.5.9",
"arg": "^5.0.1",
"esbuild": "0.14.25",
"globby": "^12.2.0",
"kleur": "^4.1.4",
"svelte": "^3.46.4",
"tar": "^6.1.11"
}
}