@promster/types
Version:
Shared types of promster
46 lines • 1.02 kB
JSON
{
"name": "@promster/types",
"version": "15.5.1",
"description": "Shared types of promster",
"keywords": [
"continousdelivery",
"metrics",
"prometheus"
],
"homepage": "https://github.com/tdeekens/promster#readme",
"bugs": {
"url": "https://github.com/tdeekens/promster/issues"
},
"license": "MIT",
"author": "Tobias Deekens <nerd@tdeekens.name>",
"repository": {
"type": "git",
"url": "https://github.com/tdeekens/promster.git",
"directory": "packages/types"
},
"files": [
"readme.md",
"package.json",
"LICENSE",
"dist/**"
],
"main": "dist/promster-types.cjs.js",
"types": "dist/promster-types.cjs.d.ts",
"typings": "dist/promster-types.cjs.d.ts",
"publishConfig": {
"access": "public"
},
"dependencies": {
"ts-essentials": "10.1.1"
},
"devDependencies": {
"prom-client": "15.1.3"
},
"peerDependencies": {
"prom-client": "13.x.x || 14.x || 15.x"
},
"engines": {
"node": ">=20",
"npm": ">=8"
}
}