mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-01-11 19:56:44 +00:00
Snyk has created this PR to upgrade playwright from 1.56.1 to 1.57.0. See this package in npm: playwright See this project in Snyk: https://app.snyk.io/org/oneuptime-RsC2nshvQ2Vnr35jHvMnMP/project/49c81d9c-12c2-4e8e-b9e8-72f98b1b595c?utm_source=github&utm_medium=referral&page=upgrade-pr
41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"name": "@oneuptime/probe",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/OneUptime/oneuptime"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "export NODE_OPTIONS='--max-old-space-size=8096' && node --require ts-node/register Index.ts",
|
|
"compile": "tsc",
|
|
"clear-modules": "rm -rf node_modules && rm package-lock.json && npm install",
|
|
"dev": "npx nodemon",
|
|
"audit": "npm audit --audit-level=low",
|
|
"dep-check": "npm install -g depcheck && depcheck ./ --skip-missing=true",
|
|
"test": "jest --detectOpenHandles --passWithNoTests",
|
|
"coverage": "jest --detectOpenHandles --coverage",
|
|
"debug:test": "node --inspect node_modules/.bin/jest --runInBand ./Tests --detectOpenHandles"
|
|
},
|
|
"author": "OneUptime <hello@oneuptime.com> (https://oneuptime.com/)",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@types/ping": "^0.4.4",
|
|
"axios": "^1.13.1",
|
|
"Common": "file:../Common",
|
|
"ejs": "^3.1.10",
|
|
"http-proxy-agent": "^7.0.2",
|
|
"https-proxy-agent": "^7.0.5",
|
|
"ping": "^0.4.4",
|
|
"playwright": "^1.57.0",
|
|
"ts-node": "^10.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^27.5.2",
|
|
"@types/node": "^17.0.31",
|
|
"jest": "^28.1.0",
|
|
"nodemon": "^2.0.20",
|
|
"ts-jest": "^28.0.2"
|
|
}
|
|
}
|