ontologies 0.1.0

Ontologies for working with rdf data
Documentation
{
  "name": "@ontologies/core",
  "version": "1.5.0",
  "description": "Like definitely typed, but for ontologies",
  "main": "dist/cjs/index.js",
  "module": "dist/module/index.js",
  "sideEffects": true,
  "types": "dist/module/index.d.ts",
  "scripts": {
    "clean": "rm -rf packages/* && rm -rf dist/*",
    "build": "yarn build:core && yarn generate",
    "build:core": "yarn build:module && yarn build:cjs",
    "build:cjs": "tsc --outDir ./dist/cjs -m commonjs core/index.ts",
    "build:module": "tsc --outDir ./dist/module -d -m es6 core/index.ts",
    "generate": "ts-node src/index.ts",
    "rebuild": "yarn clean && yarn build",
    "test": "eslint --no-eslintrc -c ./eslint.json ./packages/**/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ontola/ontologies.git"
  },
  "author": "Fletcher91 <thom@ontola.io>",
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/ontola/ontologies/issues"
  },
  "homepage": "https://github.com/ontola/ontologies#readme",
  "dependencies": {
    "@ungap/global-this": "^0.3.1"
  },
  "peerDependencies": {
    "@ontologies/core": ">=1.5.0"
  },
  "devDependencies": {
    "@ontola/memoized-hash-factory": "^1.1.1",
    "@ontologies/core": "=1.5.2-strict-20",
    "@pika/pack": "^0.5.0",
    "@types/glob": "^7.1.1",
    "@types/n3": "^1.1.1",
    "@types/semver": "^6.0.2",
    "@types/shelljs": "^0.8.5",
    "eslint": "^6.4.0",
    "glob": "^7.1.4",
    "handlebars": "^4.2.0",
    "http-status-codes": "^1.3.2",
    "link-lib": "=1.0.0-rc4-datafactory-15",
    "n-quads-parser": "=2.0.3-ontologies-2",
    "n3": "^1.2.0",
    "npm-registry-fetch": "^4.0.1",
    "rdflib": "=1.0.7-0",
    "semver": "^6.3.0",
    "shelljs": "^0.8.3",
    "ts-morph": "^4.0.1",
    "ts-node": "^8.5.2",
    "typescript": "^3.8.3"
  }
}