25 lines
447 B
JSON
25 lines
447 B
JSON
{
|
|
"name": "uptimekuma-api",
|
|
"version": "1.1.0",
|
|
"description": "",
|
|
"main": "src/index.js",
|
|
"types": "src/index.d.ts",
|
|
"scripts": {
|
|
"test": "node test/test.js"
|
|
},
|
|
"keywords": [
|
|
"uptime",
|
|
"kuma"
|
|
],
|
|
"author": "RedGuys",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/RedGuys/uptimekuma-api"
|
|
},
|
|
"dependencies": {
|
|
"axios": "1.6.0",
|
|
"socket.io-client": "^4.7.5"
|
|
}
|
|
}
|