{
  "name": "@inrupt/solid-common-vocab",
  "version": "1.4.1",
  "description": "Implementation of Solid Common Vocab, with minimal RDF library dependencies.",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/inrupt/solid-common-vocab-js.git",
    "directory": "solid-common-vocab"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "eslint --config .eslintrc.js --fix \"src/**\"",
    "test": "eslint --config .eslintrc.js \"src/**\" && npm run check-licenses && jest ./src",
    "preversion": "npm test",
    "build": "rollup --config rollup.config.mjs",
    "prepublishOnly": "npm run build",
    "list-licenses": "license-checker --production --csv --out LICENSE_DEPENDENCIES_ALL",
    "check-licenses": "license-checker --production --failOn \"AGPL-1.0-only; AGPL-1.0-or-later; AGPL-3.0-only; AGPL-3.0-or-later; Beerware; CC-BY-NC-1.0; CC-BY-NC-2.0; CC-BY-NC-2.5; CC-BY-NC-3.0; CC-BY-NC-4.0; CC-BY-NC-ND-1.0; CC-BY-NC-ND-2.0; CC-BY-NC-ND-2.5; CC-BY-NC-ND-3.0; CC-BY-NC-ND-4.0; CC-BY-NC-SA-1.0; CC-BY-NC-SA-2.0; CC-BY-NC-SA-2.5; CC-BY-NC-SA-3.0; CC-BY-NC-SA-4.0; CPAL-1.0; EUPL-1.0; EUPL-1.1; EUPL-1.1;  GPL-1.0-only; GPL-1.0-or-later; GPL-2.0-only;  GPL-2.0-or-later; GPL-3.0; GPL-3.0-only; GPL-3.0-or-later; SISSL;  SISSL-1.2; WTFPL\""
  },
  "author": {
    "name": "Pat McBennett"
  },
  "contributors": [
    {
      "name": "Nicolas Seydoux"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@typescript-eslint/eslint-plugin": "^8.2.0",
    "@typescript-eslint/parser": "^8.2.0",
    "eslint": "^8.57.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-license-header": "^0.6.1",
    "eslint-plugin-prettier": "^5.2.1",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "license-checker": "^25.0.1",
    "prettier": "3.3.3",
    "rdf-data-factory": "^1.1.2",
    "rollup": "^4.21.0",
    "rollup-plugin-typescript2": "^0.36.0",
    "ts-jest": "^29.2.4",
    "typescript": "^5.5.4"
  },
  "dependencies": {
    "@rdfjs/types": "^1.1.0"
  }
}
