@promster/types
Version:
Shared types of promster
69 lines • 1.49 kB
JSON
{
"name": "@promster/types",
"version": "15.5.2",
"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/**"
],
"type": "module",
"sideEffects": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"ts-essentials": "10.1.1"
},
"devDependencies": {
"prom-client": "15.1.3",
"tsdown": "0.22.2",
"@promster/tsconfig": "15.5.2",
"@promster/tsdown-config": "15.5.2"
},
"peerDependencies": {
"prom-client": "13.x.x || 14.x || 15.x"
},
"engines": {
"node": ">=20",
"npm": ">=8"
},
"scripts": {
"build": "tsdown",
"check-types": "tsc --noEmit",
"test": "exit 0",
"test:watch": "exit 0",
"dev": "tsdown --watch"
}
}