{
	"name": "@comake/skl-js-engine",
	"version": "1.5.7",
	"description": "Standard Knowledge Language Javascript Engine",
	"keywords": [
		"skl",
		"linked-data",
		"rdf"
	],
	"repository": {
		"type": "git",
		"url": "https://github.com/comake/skl-js-engine.git"
	},
	"bugs": {
		"url": "https://github.com/comake/skl-js-engine/issues"
	},
	"homepage": "https://github.com/comake/skl-js-engine#readme",
	"license": "BSD-4-Clause",
	"author": {
		"name": "Adler Faulkner",
		"email": "adler@comake.io"
	},
	"scripts": {
		"build": "tsc -p tsconfig.json && cp executor.js dist/",
		"build:dev": "tsc -p tsconfig.dev.json && cp executor.js dist/",
		"build:watch": "tsc -p tsconfig.dev.json --watch",
		"sparql:explain:findAll": "ts-node src/tools/explain-findall-sparql.ts",
		"jest": "jest --coverage",
		"lint": "eslint . --cache --ignore-path .gitignore --ignore-pattern test/ --max-warnings 0 --fix",
		"test": "npm run test:ts && npm run jest",
		"test:ts": "tsc -p test --noEmit",
		"test:integration": "jest --coverageReporters text-summary -- test/integration",
		"test:unit": "jest --config=./jest.coverage.config.js test/unit",
		"test:package": "chmod +x test/deploy/validate-package.sh && test/deploy/validate-package.sh",
		"prepare": "husky && npm run build",
		"postinstall": "patch-package"
	},
	"main": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"files": [
		"dist",
		"src"
	],
	"commitlint": {
		"extends": [
			"@commitlint/config-conventional"
		],
		"rules": {
			"body-max-line-length": [
				0,
				"always",
				100
			]
		}
	},
	"dependencies": {
		"@comake/openapi-operation-executor": "^0.14.0",
		"@comake/rmlmapper-js": "^0.5.2",
		"@comunica/query-sparql-rdfjs": "^2.10.0",
		"@msgpack/msgpack": "^3.1.1",
		"@rdfjs/data-model": "^1.3.0",
		"eslint-config-prettier": "^10.1.8",
		"execa": "^9.5.2",
		"jsonld": "^8.1.0",
		"jsonpath-plus": "^7.2.0",
		"luxon": "^3.1.1",
		"memory-level": "^1.0.0",
		"mime-types": "^2.1.35",
		"n3": "^1.17.2",
		"patch-package": "^8.0.0",
		"quadstore": "13.1.1",
		"quadstore-comunica": "^4.3.0",
		"rdf-data-factory": "^1.1.2",
		"rdf-validate-shacl": "^0.4.4",
		"safe-stable-stringify": "^2.5.0",
		"sparql-http-client": "^2.4.1",
		"sparqljs": "^3.7.1",
		"uuid": "^11.1.0"
	},
	"devDependencies": {
		"@commitlint/cli": "^17.0.3",
		"@commitlint/config-conventional": "^17.0.3",
		"@tsconfig/node14": "^1.0.3",
		"@types/jest": "^27.4.0",
		"@types/js-yaml": "^4.0.5",
		"@types/jsonld": "^1.5.6",
		"@types/luxon": "^3.1.0",
		"@types/mime-types": "^2.1.1",
		"@types/n3": "^1.10.4",
		"@types/node": "^17.0.8",
		"@types/rdf-validate-shacl": "^0.4.0",
		"@types/rdfjs__data-model": "^2.0.1",
		"@types/sparql-http-client": "^2.2.8",
		"@types/sparqljs": "^3.1.3",
		"@typescript-eslint/eslint-plugin": "^5.29.0",
		"@typescript-eslint/parser": "^5.29.0",
		"eslint": "^8.18.0",
		"eslint-config-es": "^3.26.13",
		"eslint-plugin-import": "^2.26.0",
		"eslint-plugin-jest": "^25.7.0",
		"eslint-plugin-tsdoc": "^0.2.16",
		"eslint-plugin-unused-imports": "^2.0.0",
		"fs": "^0.0.1-security",
		"husky": "^9.1.7",
		"jest": "^29.5.0",
		"jsdom": "^20.0.0",
		"ts-jest": "^29.1.0",
		"ts-node": "^10.8.0",
		"typescript": "^4.5.4"
	},
	"peerDependencies": {
		"axios": "^0.27.2"
	}
}
