| { |
| "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" |
| } |
| } |
|
|