{ "name": "@ldo/schema-converter-shex", "version": "0.0.1-1.0.0-alpha.1.0", "description": "", "main": "dist/index.js", "scripts": { "build": "tsc --project tsconfig.build.json", "test": "jest --coverage", "prepublishOnly": "npm run test && npm run build", "lint": "eslint src/** --fix --no-error-on-unmatched-pattern" }, "repository": { "type": "git", "url": "git+https://github.com/o-development/ldobjects.git" }, "author": "", "license": "MIT", "bugs": { "url": "https://github.com/o-development/ldobjects/issues" }, "homepage": "https://github.com/o-development/ldobjects/tree/main/packages/schema-converter-shex#readme", "devDependencies": { "@ldo/jsonld-dataset-proxy": "^0.0.1-1.0.0-alpha.1.0", "@shexjs/parser": "^1.0.0-alpha.24", "@types/jest": "^27.0.3", "@types/jsonld": "^1.5.6", "@types/shexj": "^2.1.3", "jest": "^27.4.5", "jsonld": "^5.2.0", "shex-test": "^2.1.0", "ts-jest": "^27.1.2" }, "files": [ "dist" ], "dependencies": { "@ldo/traverser-shexj": "^0.0.1-alpha.29", "dts-dom": "~3.6.0", "jsonld2graphobject": "^0.0.5" }, "publishConfig": { "access": "public" }, "gitHead": "d2364cd2f8da5f0b673b1202d29df5b7c071a17c" }