oneuptime/probe/package.json
2022-03-22 14:34:04 +00:00

49 lines
1.5 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": "cross-env NODE_ENV=development ts-node-dev --inspect=0.0.0.0 --max-http-header-size=80000 index.ts",
"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",
"type": "module",
"dependencies": {
"await-sleep": "^0.0.1",
"axios": "^0.26.1",
"chrome-launcher": "^0.15.0",
"common-server": "file:../common-server",
"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",
"uuid": "^8.3.2",
"vm2": "^3.9.9",
"winston": "^3.6.0",
"winston-slack-transport": "^2.0.0"
},
"resolutions": {},
"devDependencies": {
"depcheck": "^1.4.3",
"npm-force-resolutions": "0.0.10",
"ts-node-dev": "^1.1.8"
}
}