summaryrefslogtreecommitdiff
path: root/scripts/package.json
blob: 1732a59939e7624940fdaa2e44d684e7fb3527e4 (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
{
  "name": "astro-scripts",
  "version": "0.0.13",
  "private": true,
  "type": "module",
  "main": "./index.js",
  "bin": {
    "astro-scripts": "./index.js"
  },
  "dependencies": {
    "@astrojs/webapi": "workspace:*",
    "adm-zip": "^0.5.9",
    "arg": "^5.0.2",
    "esbuild": "^0.15.18",
    "globby": "^12.2.0",
    "kleur": "^4.1.4",
    "svelte": "^3.48.0",
    "tar": "^6.1.11"
  },
  "devDependencies": {
    "tsconfig-resolver": "^3.0.1"
  }
}