summaryrefslogtreecommitdiff
path: root/package.json
blob: 991996c5b4258b931409d63c309803ae849a87da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "clicks",
  "version": "0.1.0",
  "scripts": {
    "build": "tsc",
    "bundle": "esbuild build/clicks_display.js --bundle --minify --sourcemap --target=es2020 --outfile=build/clicks_display.min.js && esbuild build/clicks.js --bundle --minify --sourcemap --target=es2020 --outfile=build/clicks.min.js",
    "format": "prettier --write src/*.ts",
    "lint": "eslint src",
    "postinstall": "patch-package"
  },
  "devDependencies": {
    "@eslint/js": "^9.17.0",
    "@types/heatmap.js": "^2.0.41",
    "esbuild": "0.24.0",
    "eslint": "^9.17.0",
    "heatmap.js": "^2.0.5",
    "patch-package": "^8.0.0",
    "prettier": "^3.4.2",
    "typescript": "^5.7.2",
    "typescript-eslint": "^8.18.1",
    "user-agent-data-types": "^0.4.2"
  }
}