summaryrefslogtreecommitdiffstats
path: root/third_party/webkit/PerformanceTests/Speedometer3/package.json
blob: 1d0ccf2ffe48daf59a722252d03f42a380608e5b (plain)
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
{
    "name": "speedometer",
    "version": "3.0.0-alpha",
    "description": "An open source repository for the Speedometer benchmark.",
    "engines": {
        "node": ">=18.13.0",
        "npm": ">=8.19.3"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/WebKit/Speedometer.git"
    },
    "bugs": {
        "url": "https://github.com/WebKit/Speedometer/issues"
    },
    "license": "SEE LICENSE IN LICENSE",
    "scripts": {
        "dev": "http-server ./ -p 7000 -c-1 --cors",
        "server": "http-server ./ -p 7000 --cors",
        "lint:check": "eslint **/*.mjs",
        "lint:fix": "eslint \"**/*.{js,mjs,jsx,ts}\" --fix",
        "pretty:check": "prettier --check ./",
        "pretty:fix": "prettier --write ./",
        "format": "npm run pretty:fix ; npm run lint:fix",
        "test:chrome": "BROWSER=chrome node tests/run.mjs",
        "test:firefox": "BROWSER=firefox node tests/run.mjs",
        "test:safari": "BROWSER=safari node tests/run.mjs"
    },
    "devDependencies": {
        "@babel/core": "^7.21.3",
        "@babel/eslint-parser": "^7.21.3",
        "@babel/plugin-proposal-decorators": "^7.21.0",
        "@nuxt/eslint-config": "^0.1.1",
        "@next/eslint-plugin-next": "^13.4.5",
        "@typescript-eslint/eslint-plugin": "^5.59.0",
        "@typescript-eslint/parser": "^5.59.0",
        "command-line-args": "^5.2.1",
        "command-line-usage": "^6.1.3",
        "eslint": "^8.38.0",
        "eslint-plugin-ember": "^11.4.8",
        "eslint-plugin-react": "^7.32.2",
        "eslint-plugin-vue": "^9.10.0",
        "expect.js": "^0.3.1",
        "http-server": "^14.1.1",
        "mocha": "^10.2.0",
        "prettier": "^2.8.3",
        "selenium-webdriver": "^4.8.0",
        "sinon": "^15.0.1",
        "typescript": "^5.0.4"
    }
}