mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 23:30:10 +00:00
57 lines
1.7 KiB
JSON
Executable File
57 lines
1.7 KiB
JSON
Executable File
{
|
|
"name": "probe",
|
|
"version": "3.0.0",
|
|
"description": "",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"preinstall": "npx npm-force-resolutions || echo 'No package-lock.json file. Skipping force resolutions'",
|
|
"start": "ts-node Index.ts",
|
|
"compile": "tsc",
|
|
"dev": "ts-node-dev --inspect=0.0.0.0 --max-http-header-size=80000 index.ts",
|
|
"test": "jest",
|
|
"audit": "npm audit --audit-level=low",
|
|
"dep-check": "depcheck ./ --skip-missing=true"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitlab.com/oneuptime/probe.git"
|
|
},
|
|
"author": "Nilanshu",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/oneuptime/probe/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/oneuptime/probe#readme",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"await-sleep": "^0.0.1",
|
|
"axios": "^0.26.1",
|
|
"chrome-launcher": "^0.15.0",
|
|
"Common": "file:../Common",
|
|
"CommonServer": "file:../CommonServer",
|
|
"dotenv": "^16.0.0",
|
|
"get-ssl-certificate": "^2.3.3",
|
|
"moment": "^2.29.1",
|
|
"node-fetch-commonjs": "^3.1.1",
|
|
"node-ssh": "^12.0.4",
|
|
"ping": "^0.4.1",
|
|
"request": "^2.88.2",
|
|
"sleep-promise": "^9.1.0",
|
|
"uuid": "^8.3.2",
|
|
"vm2": "^3.9.9",
|
|
"winston": "^3.6.0",
|
|
"winston-slack-transport": "^2.0.0"
|
|
},
|
|
"resolutions": {},
|
|
"devDependencies": {
|
|
"@types/jest": "^27.5.1",
|
|
"@types/node": "^17.0.35",
|
|
"depcheck": "^1.4.3",
|
|
"jest": "^28.1.0",
|
|
"npm-force-resolutions": "0.0.10",
|
|
"ts-jest": "^28.0.2",
|
|
"ts-node-dev": "^1.1.8",
|
|
"typescript": "^4.6.4"
|
|
}
|
|
}
|