{
  "name": "@oslo-flanders/ea-converter",
  "version": "1.2.0",
  "description": "Transform an Enterprise Architect UML diagram to RDF",
  "author": "Digitaal Vlaanderen <https://data.vlaanderen.be/id/organisatie/OVO002949>",
  "homepage": "https://github.com/informatievlaanderen/OSLO-UML-Transformer/tree/main/packages/oslo-converter-uml-ea#readme",
  "license": "MIT",
  "main": "index.js",
  "bin": {
    "oslo-converter-ea": "./bin/runner.js"
  },
  "directories": {
    "lib": "lib",
    "bin": "bin",
    "test": "test"
  },
  "files": [
    "lib/**/*.d.ts",
    "lib/**/*.js",
    "bin/**/*.d.ts",
    "bin/**/*.js",
    "index.d.ts",
    "index.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Informatievlaanderen/OSLO-UML-Transformer.git"
  },
  "scripts": {
    "build": "npm run build:ts",
    "build:ts": "tsc",
    "test:integration": "node \"../../node_modules/jest/bin/jest.js\" --group=integration --config ../../jest.config.ts ./packages/oslo-converter-uml-ea/",
    "test:unit": "node \"../../node_modules/jest/bin/jest.js\" --group=unit --config ../../jest.config.ts ./packages/oslo-converter-uml-ea/"
  },
  "bugs": {
    "url": "https://github.com/Informatievlaanderen/OSLO-UML-Transformer/issues"
  },
  "devDependencies": {
    "@rdfjs/types": "^2.0.0",
    "@types/n3": "^1.16.1",
    "jest-runner-groups": "^2.2.0"
  },
  "dependencies": {
    "@oslo-flanders/core": "^1.1.0",
    "@oslo-flanders/ea-uml-extractor": "^1.1.0",
    "@oslo-flanders/output-handlers": "^0.0.4-alpha.0",
    "inversify": "^6.0.1",
    "n3": "^2.0.0",
    "rdf-data-factory": "^2.0.0",
    "reflect-metadata": "^0.2.1",
    "yargs": "^18.0.0"
  },
  "gitHead": "beaa3821b72a7df104ff61af49fed6c1140fadd8"
}
