mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
17 lines
336 B
JSON
17 lines
336 B
JSON
{
|
|
"name": "logger",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"oneuptime-staging": "^3.0.9421"
|
|
}
|
|
}
|