aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: bb0f8a6db50b2fde20cd8882600f5fc96b2d92f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "gleam-njs",
  "version": "1.0.0",
  "description": "write nginx scripts (njs) with gleam",
  "scripts": {
    "build": "gleam run",
    "watch": "NJS_BUILD_WATCH=1 gleam run",
    "purge": "gleam clean && rm -rf dist/*",
    "clean": "rm -rf dist/*"
  },
  "author": "Kai WU",
  "license": "MIT",
  "dependencies": {
    "esbuild": "^0.23.0",
    "weakmap-polyfill": "^2.0.4"
  },
  "devDependencies": {
    "@swc/helpers": "^0.5.12",
    "esbuild-plugin-es5": "^2.1.1"
  }
}