summaryrefslogtreecommitdiff
path: root/scripts/package.json
blob: 0071119c849ad652e76a01da345d6adc5d4a4944 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "astro-scripts",
  "version": "0.0.14",
  "private": true,
  "type": "module",
  "main": "./index.js",
  "bin": {
    "astro-scripts": "./index.js"
  },
  "dependencies": {
    "esbuild": "^0.24.2",
    "esbuild-plugin-copy": "^2.1.1",
    "fast-glob": "^3.3.3",
    "kleur": "^4.1.5",
    "p-limit": "^6.2.0",
    "tinyexec": "^0.3.2",
    "tsconfck": "^3.1.4"
  }
}