-
Notifications
You must be signed in to change notification settings - Fork 128
/
package.json
57 lines (57 loc) · 1.85 KB
/
package.json
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "hypothesis-browser-extension",
"version": "1.1540.0",
"private": true,
"type": "module",
"description": "Annotate with anyone, anywhere.",
"license": "BSD-2-Clause",
"homepage": "https://hypothes.is",
"bugs": "https://github.com/hypothesis/browser-extension/issues",
"repository": "hypothesis/browser-extension",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-multi-entry": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@types/chrome": "^0.0.280",
"babel-plugin-istanbul": "^7.0.0",
"babel-plugin-mockable-imports": "^2.0.1",
"chai": "^5.1.2",
"chrome-webstore-upload-cli": "^3.3.1",
"diff": "^7.0.0",
"eslint": "^9.14.0",
"eslint-config-hypothesis": "^3.1.0",
"eslint-plugin-mocha": "^10.5.0",
"git-describe": "^4.1.1",
"globals": "^15.12.0",
"gulp": "^5.0.0",
"hypothesis": "^1.1540.0",
"is-equal-shallow": "^0.1.3",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-source-map-support": "^1.4.0",
"mocha": "^10.8.2",
"mustache": "^4.2.0",
"prettier": "3.3.3",
"rollup": "^4.25.0",
"sinon": "^19.0.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0",
"web-ext": "^7.12.0"
},
"browserslist": "chrome 85, firefox 75",
"scripts": {
"lint": "eslint --cache .",
"test": "rollup -c rollup-tests.config.js && karma start tests/karma.config.cjs --single-run",
"typecheck": "tsc --build src/tsconfig.json"
},
"packageManager": "[email protected]"
}