aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 677710c8ba761a85a0958a8519f29465cee7ef21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "gleam-plv8",
  "version": "1.0.0",
  "description": "build postgresql procedures with gleam",
  "scripts": {
    "build": "gleam run -m build",
    "watch": "GLV8_BUILD_WATCH=1 gleam run -m build",
    "purge": "gleam clean && rm -rf dist/*",
    "clean": "rm -rf dist/*"
  },
  "author": "Kai WU",
  "license": "MIT",
  "dependencies": {
    "esbuild": "^0.23.0"
  }
}