astro/scripts/package.json
github-actions[bot] 8eec97fdd1
[ci] release (#3409)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-23 13:26:07 -04:00

20 lines
395 B
JSON

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