aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 5008aefaef7980011e581e23009f31126c4ab707 (plain)
1
2
3
4
5
6
7
8
9
{
  "type": "module",
  "scripts": {
    "test": "bash bin/test.sh"
  },
  "devDependencies": {
    "gleam-packages": "file:./_build/lib"
  }
}