summaryrefslogtreecommitdiffstats
path: root/package.json
blob: 02f8013adefd6fe129f7013a0310257a7efeb2e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "scripts": {
    "build": "tsup",
    "watch": "tsup --watch",
    "clean": "rimraf assets/js/generated"
  },
  "devDependencies": {
    "rimraf": "^5.0.1",
    "tsup": "^6.7.0"
  }
}