forked from M5M400/supportxmr-gui
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 1.25 KB
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
{
"name": "mo-pool-ui",
"version": "1.0.0",
"description": "MoneroOcean mining pool dashboard.",
"author": "MoneroOcean",
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"pretest": "npm run lint",
"test": "node --require ./tests/common/test_output_buffer.cjs --test --test-reporter=./tests/common/spec_reporter.cjs --test-concurrency=1 tests/all.mjs",
"test:unit": "node --require ./tests/common/test_output_buffer.cjs --test --test-reporter=./tests/common/spec_reporter.cjs --test-concurrency=1 tests/build-invariants.mjs tests/core-routing-privacy.mjs tests/rendered-views.mjs tests/wallet-workers-render-policy.mjs tests/setup-settings.mjs tests/dom-interactions.mjs tests/settings-setup-interactions.mjs",
"build:static": "./scripts/build-static.sh",
"test:e2e": "npm run build:static && playwright test --config=tests/playwright.config.mjs",
"test:all": "npm test",
"build": "./build.sh",
"lint": "eslint ."
},
"devDependencies": {
"@playwright/test": "^1.59.1",
"csso-cli": "^4.0.2",
"esbuild": "^0.25.12",
"eslint": "^9.39.4",
"globals": "^17.6.0",
"html-minifier-terser": "^7.2.0",
"terser": "^5.46.2"
},
"engines": {
"node": ">=22.9.0",
"npm": ">=11.10.0"
}
}