mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 07:10:53 +00:00
7f23c0e5a9
Snyk has created this PR to upgrade axios from 1.6.7 to 1.6.8. See this package in npm: https://www.npmjs.com/package/axios 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
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"name": "@oneuptime/probe",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "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.6.8",
|
|
"Common": "file:../Common",
|
|
"CommonServer": "file:../CommonServer",
|
|
"ejs": "^3.1.8",
|
|
"Model": "file:../Model",
|
|
"ping": "^0.4.4",
|
|
"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"
|
|
}
|
|
}
|