UNPKG

@mdf.js/openc2-core

Version:

MMS - API Core - OpenC2

58 lines (57 loc) 1.58 kB
{ "name": "@mdf.js/openc2-core", "version": "1.6.0", "description": "MMS - API Core - OpenC2", "keywords": [ "NodeJS", "MMS", "API", "openc2-core" ], "repository": { "type": "git", "url": "https://github.com/mytracontrol/mdf.js.git", "directory": "packages/api/openc2-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}\"", "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/core": "1.6.0", "@mdf.js/crash": "1.6.0", "@mdf.js/doorkeeper": "1.6.0", "@mdf.js/logger": "1.6.0", "@mdf.js/utils": "1.6.0", "@types/express": "^4.17.21", "express": "^4.21.2", "lodash": "^4.17.21", "tslib": "^2.8.1", "uuid": "^11.0.3" }, "devDependencies": { "@mdf.js/middlewares": "1.6.0", "@mdf.js/repo-config": "1.6.0", "@types/lodash": "^4.17.13", "supertest": "^7.0.0" }, "engines": { "node": ">=16.14.2" }, "publishConfig": { "access": "public" }, "gitHead": "69fa1d90956b9cc6724dd8034d9d1ccb3b13d206" }