simple-prom/package.json

35 lines
727 B
JSON

{
"name": "simple-prom",
"version": "1.0.0",
"description": "A simple and easy to use module for Prometheus metric exporting.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"updateCheck": "check-outdated",
"_clean": "tsc --build --clean",
"build": "tsc --build"
},
"repository": {
"type": "git",
"url": "https://git.eusv.net/Catgirl.Enterprises/simple-prom.git"
},
"keywords": [
"prometheus",
"prom",
"expoter",
"typescript",
"types"
],
"author": "Catgirl.Enterprises",
"license": "MIT",
"dependencies": {
"funky-array": "^1.0.0"
},
"devDependencies": {
"check-outdated": "^2.12.0",
"npm-run-all": "^4.1.5",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
}
}