{ "name": "@ldo/schema-converter-shex", "version": "0.0.1-alpha.15", "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": { "@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.15", "dts-dom": "^3.6.0", "jsonld2graphobject": "^0.0.5" }, "publishConfig": { "access": "public" }, "gitHead": "4548985c0de9b0ec83cf5ee93f2d7c1ca2c1b8d8" }