@mdf.js/openc2
Version:
MMS - API - Observability
58 lines (57 loc) • 1.65 kB
JSON
{
"name": "@mdf.js/openc2",
"version": "1.6.0",
"description": "MMS - API - Observability",
"keywords": [
"NodeJS",
"MMS",
"API",
"AJV"
],
"repository": {
"type": "git",
"url": "https://github.com/mytracontrol/mdf.js.git",
"directory": "packages/components/openc2"
},
"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/components/openc2/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/openc2-core": "1.6.0",
"@mdf.js/redis-provider": "1.6.0",
"@mdf.js/socket-client-provider": "1.6.0",
"@mdf.js/socket-server-provider": "1.6.0",
"jsonwebtoken": "^9.0.0",
"socket.io": "^4.8.1",
"uuid": "^11.0.3"
},
"devDependencies": {
"@mdf.js/repo-config": "1.6.0",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.2",
"@types/lodash": "^4.17.13",
"@types/supertest": "^6.0.2"
},
"engines": {
"node": ">=16.14.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "69fa1d90956b9cc6724dd8034d9d1ccb3b13d206"
}