mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-23 15:49:10 +00:00
40 lines
1.1 KiB
JSON
Executable File
40 lines
1.1 KiB
JSON
Executable File
{
|
|
"name": "probe",
|
|
"version": "3.0.2766",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "nodemon index.js",
|
|
"test": "echo 'no tests'",
|
|
"audit": "npm-audit-ci-wrapper --threshold=high",
|
|
"dep-check": "depcheck ./ --skip-missing=true"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitlab.com/fyipe-project/probe.git"
|
|
},
|
|
"author": "Nilanshu",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/fyipe-project/probe/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/fyipe-project/probe#readme",
|
|
"dependencies": {
|
|
"axios": "^0.19.0",
|
|
"cors": "^2.8.5",
|
|
"custom-env": "^2.0.1",
|
|
"express": "^4.17.1",
|
|
"get-ssl-certificate": "^2.3.3",
|
|
"moment": "^2.24.0",
|
|
"node-cron": "^2.0.3",
|
|
"node-fetch": "^2.6.0",
|
|
"winston": "^2.4.0",
|
|
"winston-slack-transport": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"depcheck": "^0.9.2",
|
|
"npm-audit-ci-wrapper": "^2.5.1"
|
|
}
|
|
}
|