summaryrefslogtreecommitdiff
path: root/example/package.json
blob: e884e5c6c051ae44f4b19a1b5bc5da933e03a34a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "ghostty example",
  "version": "0.1.0",
  "description": "Example showing ghostty and wasm.",
  "source": "index.html",
  "browserslist": "> 0.5%, last 2 versions, not dead",
  "scripts": {
    "start": "parcel",
    "build": "parcel build",
    "check": "tsc --noEmit"
  },
  "author": "Mitchell Hashimoto",
  "license": "MIT",
  "devDependencies": {
    "@parcel/transformer-inline-string": "^2.8.0",
    "parcel": "^2.8.0",
    "typescript": "^4.9.3"
  },
  "dependencies": {
    "zig-js": "file:../vendor/zig-js/js"
  }
}