aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: bce2ef8900c1a985c58ed2535097ab5660195592 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "devDependencies": {
    "watch": "0.16.0"
  },
  "scripts": {
    "watch": "watch 'npm run build' src",
    "build": "cabal build",
    "launch": "./dist/build/perfume/perfume"
  }
}