astro/scripts/package.json
Jonathan Neal a89b3e3eb6
Update yarn.lock to reflect the state of the package.json files (#1892)
* update dependencies

* update file to fix build:all
2021-11-18 16:06:35 -08:00

16 lines
281 B
JSON

{
"name": "astro-scripts",
"version": "0.0.1",
"private": true,
"type": "module",
"main": "./index.js",
"bin": {
"astro-scripts": "./index.js"
},
"dependencies": {
"arg": "^5.0.0",
"esbuild": "0.13.7",
"globby": "^11.0.3",
"tar": "^6.1.0"
}
}