{
  "name": "@rdfjs/score",
  "version": "0.1.2",
  "description": "Scores RDF/JS terms inside a dataset",
  "type": "module",
  "main": "index.js",
  "scripts": {
    "test": "stricter-standard && c8 --reporter=lcov --reporter=text-summary mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rdfjs-base/score.git"
  },
  "keywords": [
    "rdf",
    "rdfjs",
    "score"
  ],
  "author": "Thomas Bergwinkl <bergi@axolotlfarm.org> (https://www.bergnet.org/people/bergi/card#me)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rdfjs-base/score/issues"
  },
  "homepage": "https://github.com/rdfjs-base/score",
  "dependencies": {
    "@rdfjs/data-model": "^2.0.2",
    "@rdfjs/term-map": "^2.0.1",
    "@rdfjs/term-set": "^2.0.2",
    "@rdfjs/to-ntriples": "^3.0.1"
  },
  "devDependencies": {
    "@rdfjs/dataset": "^2.0.2",
    "@rdfjs/environment": "^1.0.0",
    "@rdfjs/namespace": "^2.0.1",
    "c8": "^9.1.0",
    "mocha": "^10.3.0",
    "stricter-standard": "^0.3.0"
  }
}
