astro/scripts/package.json
Jonathan Neal fb9a77b77f
Update smoke tests to include external docs and www (#2557)
* Update smoke tests

* nit: remove old comment

* chore: have smoketests use workspace

* nit: re-order application and execution
2022-02-15 10:51:12 -05:00

17 lines
306 B
JSON

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