aboutsummaryrefslogtreecommitdiff
path: root/scripts/package.json
blob: 9fc64653af8cf9e718a99130d26a7c3dd02d47cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "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",
    "tar": "^6.1.0"
  }
}