mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 07:10:53 +00:00
39 lines
1009 B
JSON
39 lines
1009 B
JSON
{
|
|
"name": "probe",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node --require ts-node/register Index.ts",
|
|
"compile": "tsc",
|
|
"dev": "npx nodemon",
|
|
"audit": "npm audit --audit-level=low",
|
|
"dep-check": "depcheck ./ --skip-missing=true",
|
|
"test": "jest --passWithNoTests",
|
|
"debug:test": "node --inspect node_modules/.bin/jest --runInBand ./Tests --detectOpenHandles"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/ping": "^0.4.1",
|
|
"axios": "^1.6.2",
|
|
"Common": "file:../Common",
|
|
"CommonServer": "file:../CommonServer",
|
|
"ejs": "^3.1.8",
|
|
"jsrsasign": "^10.6.1",
|
|
"Model": "file:../Model",
|
|
"node-cron": "^3.0.2",
|
|
"ping": "^0.4.4",
|
|
"saml2-js": "^4.0.1",
|
|
"ts-node": "^10.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^27.5.2",
|
|
"@types/node": "^17.0.31",
|
|
"@types/node-cron": "^3.0.7",
|
|
"jest": "^28.1.0",
|
|
"nodemon": "^2.0.20",
|
|
"ts-jest": "^28.0.2"
|
|
}
|
|
}
|