{
  "name": "@oi4/oi4-oec-service-conformity-validator",
  "version": "2.0.0-preview.1",
  "description": "OI4 conformity validator",
  "author": "Open Industry 4.0 Alliance - Community",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "oi4",
    "conformity",
    "validator"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/OI4/oi4-oec-service"
  },
  "dependencies": {
    "@oi4/oi4-oec-service-logger": "^2.0.0-preview.1",
    "async-mqtt": "^2.6.3"
  },
  "scripts": {
    "build": "yarn run clean && tsc -b tsconfig.json",
    "buildCore": "yarn run build",
    "clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo",
    "deploy": "echo \"Deploy not specified\" && exit 0",
    "lint": "eslint src/**/*.ts test/**/*.ts",
    "package": "echo \"Package not specified\" && exit 0",
    "test": "jest ",
    "linkIt": "yarn link"
  },
  "gitHead": "40a6a61980fc95e51cb131697409f8d420c211a1"
}
