UNPKG

@mdf.js/core

Version:

MMS - API Core - Common types, classes and functions

60 lines (59 loc) 1.61 kB
{ "name": "@mdf.js/core", "version": "1.6.0", "description": "MMS - API Core - Common types, classes and functions", "keywords": [ "NodeJS", "MMS", "API", "coerce", "escape", "retry", "validateError" ], "repository": { "type": "git", "url": "https://github.com/mytracontrol/mdf.js.git", "directory": "packages/api/core" }, "license": "MIT", "author": "Mytra Control S.L.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "scripts": { "build": "yarn clean && tsc -p tsconfig.build.json", "check-dependencies": "npm-check", "clean": "rimraf \"{tsconfig.build.tsbuildinfo,dist}\"", "doc": "typedoc --options typedoc.json", "envDoc": "node ../../../.config/envDoc.mjs", "licenses": "license-checker --start ./ --production --csv --out ../../../licenses/api/core/licenses.csv --customPath ../../../.config/customFormat.json", "mutants": "stryker run stryker.conf.js", "test": "jest --detectOpenHandles --config ./jest.config.js" }, "dependencies": { "@mdf.js/crash": "1.6.0", "@mdf.js/logger": "1.6.0", "@mdf.js/utils": "1.6.0", "@types/express": "^4.17.21", "express": "^4.21.2", "joi": "^17.13.3", "lodash": "^4.17.21", "prom-client": "^15.1.3", "tslib": "^2.8.1", "uuid": "^11.0.3" }, "devDependencies": { "@mdf.js/repo-config": "1.6.0", "@types/lodash": "^4.17.13" }, "engines": { "node": ">=16.14.2" }, "publishConfig": { "access": "public" }, "gitHead": "69fa1d90956b9cc6724dd8034d9d1ccb3b13d206" }