uptimekuma-api/package.json
2022-04-28 19:59:19 +03:00

24 lines
415 B
JSON

{
"name": "uptimekuma-api",
"version": "1.0.4",
"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": "^0.21.1"
}
}