summaryrefslogtreecommitdiff
path: root/scripts/package.json
blob: 8e89fb97cc86ccc0c3530ddb8bdfde91f9a23cd1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "name": "astro-scripts",
  "version": "0.0.14",
  "private": true,
  "type": "module",
  "main": "./index.js",
  "bin": {
    "astro-scripts": "./index.js"
  },
  "dependencies": {
    "arg": "^5.0.2",
    "esbuild": "^0.19.2",
    "globby": "^13.2.2",
    "kleur": "^4.1.4",
    "p-limit": "^4.0.0",
    "svelte": "^4.2.0",
    "tar": "^6.1.15"
  },
  "devDependencies": {
    "@octokit/action": "^6.0.5",
    "del": "^7.0.0",
    "esbuild-plugin-copy": "^2.1.1",
    "execa": "^8.0.1",
    "tsconfig-resolver": "^3.0.1"
  }
}