Skip to content
Snippets Groups Projects

Master to main

Merged Sigmund, Dominik requested to merge master into main
1 file
+ 5
1
Compare changes
  • Side-by-side
  • Inline
package.json 0 → 100755
+ 60
0
{
"name": "@general/metrics",
"version": "1.3.0",
"description": "A small express middleware to get base metrics for any node.js app",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "npm run build",
"test": "jest",
"test:mutation": "stryker run",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint --fix src/**/*.ts",
"check": "npm audit && npm outdated",
"build": "tsc",
"build:examples": "tsc --project tsconfig-examples.json"
},
"keywords": [
"metrics",
"prometheus"
],
"repository": {
"type": "git",
},
"author": "Dominik Sigmund <dominik.sigmund@br.de>",
"publishConfig": {
"@general:registry": "https://gitlab.br.de/api/v4/projects/8/packages/npm/"
},
"license": "Unlicense",
"dependencies": {
},
"devDependencies": {
"eslint": "^7.32.0",
"jest": "^27.2.2",
}
}
Loading