summaryrefslogtreecommitdiff
path: root/packages/create-astro/package.json
blob: 176edd811a104313edac68fa8ff8edff8bae8f9a (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
28
29
30
31
32
{
  "name": "create-astro",
  "version": "0.1.1",
  "type": "module",
  "exports": {
    ".": "./create-astro.js"
  },
  "bin": {
    "create-astro": "./create-astro.js"
  },
  "scripts": {
    "build": "ENV=production astro-scripts build src/index.tsx",
    "postbuild": "astro-scripts copy \"src/templates/**\" --tgz",
    "test": "uvu"
  },
  "files": [
    "dist",
    "create-astro.js"
  ],
  "dependencies": {
    "decamelize": "^5.0.0",
    "decompress": "^4.2.1",
    "ink": "^3.0.8",
    "ink-select-input": "^4.2.0",
    "ink-text-input": "^4.0.1",
    "react": "^16.14.0",
    "source-map-support": "^0.5.19"
  },
  "devDependencies": {
    "astro-scripts": "0.0.1"
  }
}