@on2ts/ontologies-sh
Version:
SHACL ontology
47 lines (46 loc) • 1.02 kB
JSON
{
"name": "@on2ts/ontologies-sh",
"version": "1.0.51",
"description": "SHACL ontology",
"keywords": [
"sh",
"ontology",
"JSONLD"
],
"author": "jeswr <jesse.wright@anu.edu.au>",
"homepage": "https://github.com/on2ts/ontologies#readme",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.js",
"directories": {
"lib": "dist",
"test": "__tests__"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/on2ts/ontologies.git"
},
"scripts": {
"tsc": "tsc",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/on2ts/ontologies/issues"
},
"dependencies": {
"@on2ts/ontologies-utils": "^1.0.51"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/n3": "^1.8.0",
"@types/rdf-js": "^4.0.1",
"jsonld-streaming-parser": "^2.2.1",
"n3": "^1.9.0"
},
"gitHead": "f75a5ff7eaadd62f2aba570d9127cc535a093b25"
}