simple-prom/package.json

30 lines
803 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": "npm-run-all build:*",
"build:smash": "ts-node ./tooling/fileSmasher.ts",
"build:build": "tsc --build",
"build:cleanup": "ts-node ./tooling/cleanup.ts"
},
"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": {
"check-outdated": "^2.12.0",
"npm-run-all": "^4.1.5",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
}
}