Files
oneuptime/probe/package.json
Nawaz Dhandala a8ce71d0bf Fix lint
2022-01-18 17:59:51 +00:00

51 lines
1.6 KiB
JSON
Executable File

{
"name": "probe",
"version": "3.0.0",
"description": "",
"main": "index.js",
"scripts": {
"preinstall": "npx npm-force-resolutions || echo 'No package-lock.json file. Skipping force resolutions'",
"start": "node --max-old-space-size=4096 --max-http-header-size=80000 index.js",
"dev": "nodemon --inspect=0.0.0.0 --max-http-header-size=80000 index.js",
"test": "echo 'no tests'",
"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": "ISC",
"bugs": {
"url": "https://gitlab.com/oneuptime/probe/issues"
},
"homepage": "https://gitlab.com/oneuptime/probe#readme",
"dependencies": {
"@sentry/node": "^6.16.1",
"await-sleep": "^0.0.1",
"axios": "^0.25.0",
"chrome-launcher": "^0.15.0",
"cors": "^2.8.5",
"custom-env": "^2.0.1",
"express": "^4.17.2",
"get-ssl-certificate": "^2.3.3",
"moment": "^2.29.1",
"newrelic": "^8.7.0",
"node-fetch-commonjs": "^3.1.1",
"node-ssh": "^12.0.2",
"ping": "^0.4.1",
"request": "^2.88.2",
"uuid": "^8.3.2",
"vm2": "^3.9.5",
"winston": "^3.4.0",
"winston-slack-transport": "^2.0.0"
},
"resolutions": {},
"devDependencies": {
"depcheck": "^1.4.3",
"nodemon": "^2.0.15",
"npm-force-resolutions": "0.0.10"
}
}