UNPKG

@tpluscode/rdfine

Version:
69 lines (68 loc) 1.73 kB
{ "name": "@tpluscode/rdfine", "version": "0.7.11", "description": "RDF/JS idiomatic, native, effective", "type": "module", "main": "index.js", "module": "index.js", "browser": "index.js", "types": "index.d.ts", "exports": { ".": "./index.js", "./*": "./*.js", "./lib/TypeCollection": "./lib/TypeCollection.js" }, "scripts": { "prepack": "npm run build", "build": "tsc -p tsconfig.build.json" }, "repository": { "type": "git", "url": "git+https://github.com/tpluscode/rdfine.git" }, "dependencies": { "@rdfjs/data-model": "^2.0.1", "@rdfjs/environment": "^1.0.0", "@rdfjs/namespace": "^2.0.0", "@rdfjs/types": "*", "@types/clownface": "^2", "@types/rdfjs__data-model": "^2.0.9", "@types/rdfjs__traverser": "^0.1.5", "onetime": "^7.0.0" }, "devDependencies": { "@rdfjs/dataset": "^2.0.1", "@rdfjs/parser-n3": "^2.0.1", "@rdfjs/term-map": "^2.0.0", "@rdfjs/term-set": "^2.0.1", "@tpluscode/rdf-ns-builders": "^5", "@tpluscode/rdf-string": "^1.3.4", "@types/node": "^18", "@types/once": "^1.4.0", "@zazuko/env": "^3", "@zazuko/prefixes": "^2.4.0", "chai": "^4.3.7", "clownface": "^2.0.0", "mocha-chai-jest-snapshot": "^1.1.4", "npm-run-all": "^4.1.5", "rdf-dataset-ext": "^1", "string-to-stream": "^3.0.1" }, "keywords": [ "rdf", "rdfjs", "entity", "decorator", "clownface", "graph" ], "author": "tpluscode", "license": "MIT", "bugs": { "url": "https://github.com/tpluscode/rdfine/issues" }, "homepage": "https://github.com/tpluscode/rdfine/tree/master/packages/core#readme", "publishConfig": { "access": "public" } }