astro/scripts/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
281 B
JSON
Raw Normal View History

{
2021-05-03 18:26:10 +00:00
"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": "^12.0.2",
2021-05-03 18:26:10 +00:00
"tar": "^6.1.0"
}
}