{
  "name": "@gaia-x/ontology",
  "version": "2.1.11",
  "description": "The Gaia-X ontology package",
  "main": "index.js",
  "scripts": {
    "version": "mkdir context shapes ontology && mv context.jsonld context/ && mv shapes.shacl.ttl shapes/ && mv ontology.owl.ttl ontology/",
    "prepare": "husky",
    "commit": "commit"
  },
  "files": [
    "context/",
    "shapes/",
    "ontology/"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/gaia-x/technical-committee/service-characteristics.git"
  },
  "keywords": [
    "gaia-x",
    "ontology",
    "context",
    "shapes",
    "shacl",
    "jsonld",
    "owl"
  ],
  "author": "Gaia-X AISBL",
  "license": "EPL-2.0",
  "bugs": {
    "url": "https://gitlab.com/gaia-x/technical-committee/service-characteristics/issues"
  },
  "homepage": "https://gitlab.com/gaia-x/technical-committee/service-characteristics#readme",
  "devDependencies": {
    "@commitlint/cli": "^19.6.1",
    "@commitlint/config-conventional": "^19.6.0",
    "@commitlint/prompt-cli": "^19.6.1",
    "@egavard/semantic-release-slack": "^1.0.11",
    "@saithodev/semantic-release-backmerge": "^4.0.1",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/gitlab": "^13.2.9",
    "husky": "^9.1.7",
    "semantic-release": "^24.2.9"
  },
  "dependencies": {
    "commitlint": "^19.6.1",
    "conventional-changelog-conventionalcommits": "^8.0.0"
  }
}
