File size: 1,514 Bytes
6778ee0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
  "tracker_script_version": 34,
  "type": "module",
  "scripts": {
    "lint": "eslint",
    "check-format": "prettier --check \"**/*.{js,mjs,ts,html,json,md}\"",
    "deploy": "node compile.js",
    "test": "npx playwright test",
    "test:local": "npx playwright test",
    "start": "node test/support/server.js",
    "npm:prepare_release:patch": "npm run npm:bump_version patch && npm run npm:update_code_and_changelog",
    "npm:prepare_release:minor": "npm run npm:bump_version minor && npm run npm:update_code_and_changelog",
    "npm:prepare_release:major": "npm run npm:bump_version major && npm run npm:update_code_and_changelog",
    "npm:bump_version": "npm --prefix npm_package version --no-git-tag-version --",
    "npm:update_code_and_changelog": "node compile.js && ./release-update-changelog.sh"
  },
  "license": "MIT",
  "dependencies": {
    "@duckduckgo/autoconsent": "^14.16.0",
    "@rollup/plugin-json": "^6.1.0",
    "@swc/core": "^1.11.24",
    "chokidar": "^4.0.3",
    "cli-progress": "^3.12.0",
    "generatorics": "^1.1.0",
    "rollup": "^4.41.1",
    "threads": "^1.7.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.34.0",
    "@playwright/test": "^1.56.1",
    "@types/node": "^22.13.4",
    "eslint": "^9.34.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-playwright": "^2.2.2",
    "express": "^4.21.2",
    "globals": "^16.3.0",
    "markdown-table": "^3.0.4",
    "prettier": "^3.3.3",
    "typescript": "^5.9.2",
    "typescript-eslint": "^8.41.0"
  }
}