aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: eeac2a159bc467a6e8af506518d145c645d9c2fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "gleam_javascript",
  "type": "module",
  "scripts": {
    "build": "node bin/build.js build",
    "test": "node bin/build.js test"
  },
  "devDependencies": {
    "gleam-packages": "file:./target/lib"
  },
  "gleamDependencies": [
    {
      "name": "gleam_stdlib",
      "ref": "main",
      "url": "https://github.com/gleam-lang/stdlib.git"
    }
  ]
}