astro/scripts/package.json
Houston (Bot) 71743aeca7
[ci] release (#6359)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-27 08:55:42 -05:00

23 lines
458 B
JSON

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