summaryrefslogtreecommitdiff
path: root/scripts/package.json
blob: 1bb5177506f93aaf06879dedbb3d81ff845071ac (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
27
{
  "name": "astro-scripts",
  "version": "0.0.14",
  "private": true,
  "type": "module",
  "main": "./index.js",
  "bin": {
    "astro-scripts": "./index.js"
  },
  "dependencies": {
    "@astrojs/webapi": "workspace:*",
    "arg": "^5.0.2",
    "esbuild": "^0.17.19",
    "globby": "^12.2.0",
    "kleur": "^4.1.4",
    "p-limit": "^4.0.0",
    "svelte": "^3.59.1",
    "tar": "^6.1.15"
  },
  "devDependencies": {
    "@octokit/action": "^3.18.1",
    "del": "^7.0.0",
    "esbuild-plugin-copy": "^2.1.1",
    "execa": "^6.1.0",
    "tsconfig-resolver": "^3.0.1"
  }
}